Color Hex Logo

#c9efee Color Hex

#C9EFEE
(201,239,238)
0 Favorites   0 Comments

Color spaces of #c9efee

RGB 201239238
HSL0.500.540.86
HSV178°16°94°
CMYK 0.160.000.00   0.06
XYZ70.386580.323692.6832
Yxy80.32360.28920.3300
Hunter Lab89.6234-16.65461.4222
CIE-Lab91.8299-12.4210-3.6306

#c9efee color RGB value is (201,239,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101111 11101110
Octal 311 357 356
Decimal 201 239 238
Hex C9 EF EE

RGB Percentages of Color #c9efee

%29.65
%35.25
%35.10

CMYK Percentages of Color #c9efee

%16
%0
%0
%6

Triadic Colors of #c9efee

#c9efee #eec9ef #efeec9

Analogous Colors of #c9efee

#c9efee #c9ddef #c9efdb

Monochromatic Colors of #c9efee

#c9efee

Complementary Color

#c9efee #efc9ca

#c9efee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9efee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9efee Color CSS Codes

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

#c9efee Text Font Color

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

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


#c9efee Background Color

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

This div background color is #c9efee


#c9efee Border Color

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

This div border color is #c9efee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9efee


Comments

No comments written yet.

Please login to write comment.