Color Hex Logo

#00cfee Color Hex

#00CFEE
(0,207,238)
1 Favorites   0 Comments

Color spaces of #00cfee

RGB 0207238
HSL0.521.000.47
HSV188°100°93°
CMYK 1.000.130.00   0.07
XYZ37.745450.798788.7047
Yxy50.79870.21300.2866
Hunter Lab71.2732-30.1967-23.8995
CIE-Lab76.5569-31.4343-27.2114

#00cfee color RGB value is (0,207,238).

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

The process color (four color CMYK) of #00cfee color hex is 1.00, 0.13, 0.00, 0.07. Web safe color of #00cfee is #00ccff. Color #00cfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001111 11101110
Octal 0 317 356
Decimal 0 207 238
Hex 0 CF EE

RGB Percentages of Color #00cfee

%0.00
%46.52
%53.48

CMYK Percentages of Color #00cfee

%100
%13
%0
%7

Triadic Colors of #00cfee

#00cfee #ee00cf #cfee00

Analogous Colors of #00cfee

#00cfee #0058ee #00ee96

Monochromatic Colors of #00cfee

#00cfee

Complementary Color

#00cfee #ee1f00

#00cfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00cfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#00cfee Color CSS Codes

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

#00cfee Text Font Color

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

This sample text font color is #00cfee
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.


#00cfee Background Color

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

This div background color is #00cfee


#00cfee Border Color

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

This div border color is #00cfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00cfee

#00cfee Color Palettes


Comments

No comments written yet.

Please login to write comment.