Color Hex Logo

#c5ceef Color Hex

#C5CEEF
(197,206,239)
0 Favorites   0 Comments

Color spaces of #c5ceef

RGB 197206239
HSL0.630.570.85
HSV227°18°94°
CMYK 0.180.140.00   0.06
XYZ60.677362.244990.4778
Yxy62.24490.28430.2917
Hunter Lab78.8954-0.7853-12.7674
CIE-Lab83.04353.6143-17.2640

#c5ceef color RGB value is (197,206,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001110 11101111
Octal 305 316 357
Decimal 197 206 239
Hex C5 CE EF

RGB Percentages of Color #c5ceef

%30.69
%32.09
%37.23

CMYK Percentages of Color #c5ceef

%18
%14
%0
%6

Triadic Colors of #c5ceef

#c5ceef #efc5ce #ceefc5

Analogous Colors of #c5ceef

#c5ceef #d1c5ef #c5e3ef

Monochromatic Colors of #c5ceef

#c5ceef

Complementary Color

#c5ceef #efe6c5

#c5ceef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5ceef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5ceef Color CSS Codes

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

#c5ceef Text Font Color

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

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


#c5ceef Background Color

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

This div background color is #c5ceef


#c5ceef Border Color

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

This div border color is #c5ceef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5ceef


Comments

No comments written yet.

Please login to write comment.