color codes Logo

#00cfef color codes

#00CFEF
(0,207,239)
0 Favorites   0 Comments

Color spaces of #00cfef

RGB 0207239
HSL0.521.000.47
HSV188°100°94°
CMYK 1.000.130.00   0.06
XYZ37.892850.857689.4807
Yxy50.85760.21260.2853
Hunter Lab71.3145-29.9548-24.4730
CIE-Lab76.5927-31.1106-27.6928

#00cfef color RGB value is (0,207,239).

#00cfef hex color red value is 0, green value is 207 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #00cfef hue: 0.52 , saturation: 1.00 and the lightness value of 00cfef is 0.47.

The process color (four color CMYK) of #00cfef color code is 1.00, 0.13, 0.00, 0.06. Web safe color of #00cfef is #00ccff. Color #00cfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001111 11101111
Octal 0 317 357
Decimal 0 207 239
Hex 0 CF EF

RGB Percentages of Color #00cfef

%0.00
%46.41
%53.59

CMYK Percentages of Color #00cfef

%100
%13
%0
%6

Triadic Colors of #00cfef

#00cfef #ef00cf #cfef00

Analogous Colors of #00cfef

#00cfef #0058ef #00ef98

Monochromatic Colors of #00cfef

#00cfef

Complementary Color

#00cfef #ef2000

#00cfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00cfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#00cfef Color CSS Codes

.mybgcolor {background-color:#00cfef; } 
.myforecolor {color:#00cfef; }
.mybordercolor {border:3px solid #00cfef; }

#00cfef Text Font Color

<p style="color:#00cfef">Text here</p>

This sample text font color is #00cfef
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#00cfef Background Color

<div style="background-color:#00cfef">
Div content here</div>

This div background color is #00cfef


#00cfef Border Color

<div style="border:3px solid #00cfef">
Div here</div>

This div border color is #00cfef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,207,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00cfef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00cfef;
  -webkit-box-shadow: 1px 1px 3px 2px #00cfef;
  box-shadow:         1px 1px 3px 2px #00cfef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,207,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #00cfef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #00cfef;
  -webkit-box-shadow: 1px 1px 3px 2px #00cfef;
  box-shadow:         1px 1px 3px 2px #00cfef;">
Div content here</div>

This div box has shadow with color #00cfef


Comments

No comments written yet.

Please login to write comment.