Color Hex Logo

#c5eeef Color Hex

#C5EEEF
(197,238,239)
0 Favorites   0 Comments

Color spaces of #c5eeef

RGB 197238239
HSL0.500.570.85
HSV181°18°94°
CMYK 0.180.000.00   0.06
XYZ69.180579.251493.3122
Yxy79.25140.28620.3278
Hunter Lab89.0233-17.07730.1698
CIE-Lab91.3479-12.9421-4.8893

#c5eeef color RGB value is (197,238,239).

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

The process color (four color CMYK) of #c5eeef color hex is 0.18, 0.00, 0.00, 0.06. Web safe color of #c5eeef is #ccffff. Color #c5eeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11101110 11101111
Octal 305 356 357
Decimal 197 238 239
Hex C5 EE EF

RGB Percentages of Color #c5eeef

%29.23
%35.31
%35.46

CMYK Percentages of Color #c5eeef

%18
%0
%0
%6

Triadic Colors of #c5eeef

#c5eeef #efc5ee #eeefc5

Analogous Colors of #c5eeef

#c5eeef #c5d9ef #c5efdb

Monochromatic Colors of #c5eeef

#c5eeef

Complementary Color

#c5eeef #efc6c5

#c5eeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5eeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5eeef Color CSS Codes

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

#c5eeef Text Font Color

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

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


#c5eeef Background Color

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

This div background color is #c5eeef


#c5eeef Border Color

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

This div border color is #c5eeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5eeef


Comments

No comments written yet.

Please login to write comment.