Color Hex Logo

#c4cce8 Color Hex

#C4CCE8
(196,204,232)
0 Favorites   0 Comments

Color spaces of #c4cce8

RGB 196204232
HSL0.630.440.84
HSV227°16°91°
CMYK 0.160.120.00   0.09
XYZ58.923360.747784.9638
Yxy60.74770.28790.2969
Hunter Lab77.9408-1.4503-10.0739
CIE-Lab82.24292.8760-14.7443

#c4cce8 color RGB value is (196,204,232).

#c4cce8 hex color red value is 196, green value is 204 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #c4cce8 hue: 0.63 , saturation: 0.44 and the lightness value of c4cce8 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001100 11101000
Octal 304 314 350
Decimal 196 204 232
Hex C4 CC E8

RGB Percentages of Color #c4cce8

%31.01
%32.28
%36.71

CMYK Percentages of Color #c4cce8

%16
%12
%0
%9

Triadic Colors of #c4cce8

#c4cce8 #e8c4cc #cce8c4

Analogous Colors of #c4cce8

#c4cce8 #cec4e8 #c4dee8

Monochromatic Colors of #c4cce8

#c4cce8

Complementary Color

#c4cce8 #e8e0c4

#c4cce8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4cce8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4cce8 Color CSS Codes

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

#c4cce8 Text Font Color

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

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


#c4cce8 Background Color

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

This div background color is #c4cce8


#c4cce8 Border Color

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

This div border color is #c4cce8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,204,232, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4cce8


Comments

No comments written yet.

Please login to write comment.