Color Hex Logo

#c5cefc Color Hex

#C5CEFC
(197,206,252)
0 Favorites   0 Comments

Color spaces of #c5cefc

RGB 197206252
HSL0.640.900.88
HSV230°22°99°
CMYK 0.220.180.00   0.01
XYZ62.668063.0412100.9607
Yxy63.04120.27650.2781
Hunter Lab79.39851.9399-19.8124
CIE-Lab83.46416.4592-23.5370

#c5cefc color RGB value is (197,206,252).

#c5cefc hex color red value is 197, green value is 206 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c5cefc hue: 0.64 , saturation: 0.90 and the lightness value of c5cefc is 0.88.

The process color (four color CMYK) of #c5cefc color hex is 0.22, 0.18, 0.00, 0.01. Web safe color of #c5cefc is #ccccff. Color #c5cefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001110 11111100
Octal 305 316 374
Decimal 197 206 252
Hex C5 CE FC

RGB Percentages of Color #c5cefc

%30.08
%31.45
%38.47

CMYK Percentages of Color #c5cefc

%22
%18
%0
%1

Triadic Colors of #c5cefc

#c5cefc #fcc5ce #cefcc5

Analogous Colors of #c5cefc

#c5cefc #d8c5fc #c5eafc

Monochromatic Colors of #c5cefc

#c5cefc

Complementary Color

#c5cefc #fcf3c5

#c5cefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5cefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5cefc Color CSS Codes

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

#c5cefc Text Font Color

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

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


#c5cefc Background Color

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

This div background color is #c5cefc


#c5cefc Border Color

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

This div border color is #c5cefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5cefc


Comments

No comments written yet.

Please login to write comment.