Color Hex Logo

#c0efee Color Hex

#C0EFEE
(192,239,238)
0 Favorites   0 Comments

Color spaces of #c0efee

RGB 192239238
HSL0.500.590.85
HSV179°20°94°
CMYK 0.200.000.00   0.06
XYZ68.037379.112592.5732
Yxy79.11250.28380.3300
Hunter Lab88.9452-19.11320.5533
CIE-Lab91.2852-15.1629-4.4947

#c0efee color RGB value is (192,239,238).

#c0efee hex color red value is 192, green value is 239 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c0efee hue: 0.50 , saturation: 0.59 and the lightness value of c0efee is 0.85.

The process color (four color CMYK) of #c0efee color hex is 0.20, 0.00, 0.00, 0.06. Web safe color of #c0efee is #ccffff. Color #c0efee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11101111 11101110
Octal 300 357 356
Decimal 192 239 238
Hex C0 EF EE

RGB Percentages of Color #c0efee

%28.70
%35.72
%35.58

CMYK Percentages of Color #c0efee

%20
%0
%0
%6

Triadic Colors of #c0efee

#c0efee #eec0ef #efeec0

Analogous Colors of #c0efee

#c0efee #c0d9ef #c0efd7

Monochromatic Colors of #c0efee

#c0efee

Complementary Color

#c0efee #efc0c1

#c0efee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0efee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0efee Color CSS Codes

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

#c0efee Text Font Color

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

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


#c0efee Background Color

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

This div background color is #c0efee


#c0efee Border Color

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

This div border color is #c0efee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,239,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c0efee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c0efee;
  -webkit-box-shadow: 1px 1px 3px 2px #c0efee;
  box-shadow:         1px 1px 3px 2px #c0efee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,239,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 #c0efee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0efee


Comments

No comments written yet.

Please login to write comment.