Color Hex Logo

#c5cfeb Color Hex

#C5CFEB
(197,207,235)
0 Favorites   0 Comments

Color spaces of #c5cfeb

RGB 197207235
HSL0.620.490.85
HSV224°16°92°
CMYK 0.160.120.00   0.08
XYZ60.334262.494187.4799
Yxy62.49410.28690.2972
Hunter Lab79.0532-2.1101-10.2728
CIE-Lab83.17552.2324-14.9363

#c5cfeb color RGB value is (197,207,235).

#c5cfeb hex color red value is 197, green value is 207 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c5cfeb hue: 0.62 , saturation: 0.49 and the lightness value of c5cfeb is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001111 11101011
Octal 305 317 353
Decimal 197 207 235
Hex C5 CF EB

RGB Percentages of Color #c5cfeb

%30.83
%32.39
%36.78

CMYK Percentages of Color #c5cfeb

%16
%12
%0
%8

Triadic Colors of #c5cfeb

#c5cfeb #ebc5cf #cfebc5

Analogous Colors of #c5cfeb

#c5cfeb #cec5eb #c5e2eb

Monochromatic Colors of #c5cfeb

#c5cfeb

Complementary Color

#c5cfeb #ebe1c5

#c5cfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5cfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5cfeb Color CSS Codes

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

#c5cfeb Text Font Color

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

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


#c5cfeb Background Color

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

This div background color is #c5cfeb


#c5cfeb Border Color

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

This div border color is #c5cfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5cfeb


Comments

No comments written yet.

Please login to write comment.