Color Hex Logo

#c5ceea Color Hex

#C5CEEA
(197,206,234)
0 Favorites   0 Comments

Color spaces of #c5ceea

RGB 197206234
HSL0.630.470.85
HSV225°16°92°
CMYK 0.160.120.00   0.08
XYZ59.948561.953486.6405
Yxy61.95340.28750.2971
Hunter Lab78.7105-1.7919-10.1661
CIE-Lab82.88862.5512-14.8343

#c5ceea color RGB value is (197,206,234).

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

The process color (four color CMYK) of #c5ceea color hex is 0.16, 0.12, 0.00, 0.08. Web safe color of #c5ceea is #ccccff. Color #c5ceea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001110 11101010
Octal 305 316 352
Decimal 197 206 234
Hex C5 CE EA

RGB Percentages of Color #c5ceea

%30.93
%32.34
%36.73

CMYK Percentages of Color #c5ceea

%16
%12
%0
%8

Triadic Colors of #c5ceea

#c5ceea #eac5ce #ceeac5

Analogous Colors of #c5ceea

#c5ceea #cfc5ea #c5e1ea

Monochromatic Colors of #c5ceea

#c5ceea

Complementary Color

#c5ceea #eae1c5

#c5ceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5ceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5ceea Color CSS Codes

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

#c5ceea Text Font Color

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

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


#c5ceea Background Color

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

This div background color is #c5ceea


#c5ceea Border Color

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

This div border color is #c5ceea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,206,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5ceea


Comments

No comments written yet.

Please login to write comment.