Color Hex Logo

#c4cfea Color Hex

#C4CFEA
(196,207,234)
0 Favorites   0 Comments

Color spaces of #c4cfea

RGB 196207234
HSL0.620.480.84
HSV223°16°92°
CMYK 0.160.120.00   0.08
XYZ59.929162.301986.7088
Yxy62.30190.28680.2982
Hunter Lab78.9316-2.6034-9.8798
CIE-Lab83.07371.7072-14.5639

#c4cfea color RGB value is (196,207,234).

#c4cfea hex color red value is 196, green value is 207 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c4cfea hue: 0.62 , saturation: 0.48 and the lightness value of c4cfea is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001111 11101010
Octal 304 317 352
Decimal 196 207 234
Hex C4 CF EA

RGB Percentages of Color #c4cfea

%30.77
%32.50
%36.73

CMYK Percentages of Color #c4cfea

%16
%12
%0
%8

Triadic Colors of #c4cfea

#c4cfea #eac4cf #cfeac4

Analogous Colors of #c4cfea

#c4cfea #ccc4ea #c4e2ea

Monochromatic Colors of #c4cfea

#c4cfea

Complementary Color

#c4cfea #eadfc4

#c4cfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4cfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4cfea Color CSS Codes

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

#c4cfea Text Font Color

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

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


#c4cfea Background Color

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

This div background color is #c4cfea


#c4cfea Border Color

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

This div border color is #c4cfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4cfea


Comments

No comments written yet.

Please login to write comment.