Color Hex Logo

#c4e1ca Color Hex

#C4E1CA
(196,225,202)
0 Favorites   0 Comments

Color spaces of #c4e1ca

RGB 196225202
HSL0.370.330.83
HSV132°13°88°
CMYK 0.130.000.10   0.12
XYZ60.350869.850566.1788
Yxy69.85050.30730.3557
Hunter Lab83.5766-17.363911.5558
CIE-Lab86.9235-13.88348.0402

#c4e1ca color RGB value is (196,225,202).

#c4e1ca hex color red value is 196, green value is 225 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c4e1ca hue: 0.37 , saturation: 0.33 and the lightness value of c4e1ca is 0.83.

The process color (four color CMYK) of #c4e1ca color hex is 0.13, 0.00, 0.10, 0.12. Web safe color of #c4e1ca is #cccccc. Color #c4e1ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11100001 11001010
Octal 304 341 312
Decimal 196 225 202
Hex C4 E1 CA

RGB Percentages of Color #c4e1ca

%31.46
%36.12
%32.42

CMYK Percentages of Color #c4e1ca

%13
%0
%10
%12

Triadic Colors of #c4e1ca

#c4e1ca #cac4e1 #e1cac4

Analogous Colors of #c4e1ca

#c4e1ca #c4e1d9 #cde1c4

Monochromatic Colors of #c4e1ca

#c4e1ca

Complementary Color

#c4e1ca #e1c4db

#c4e1ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4e1ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4e1ca Color CSS Codes

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

#c4e1ca Text Font Color

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

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


#c4e1ca Background Color

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

This div background color is #c4e1ca


#c4e1ca Border Color

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

This div border color is #c4e1ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4e1ca


Comments

No comments written yet.

Please login to write comment.