Color Hex Logo

#c3eadd Color Hex

#C3EADD
(195,234,221)
0 Favorites   0 Comments

Color spaces of #c3eadd

RGB 195234221
HSL0.440.480.84
HSV160°17°92°
CMYK 0.170.000.06   0.08
XYZ64.979675.668279.5872
Yxy75.66820.29500.3436
Hunter Lab86.9875-18.88876.6452
CIE-Lab89.7051-15.15542.0904

#c3eadd color RGB value is (195,234,221).

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

The process color (four color CMYK) of #c3eadd color hex is 0.17, 0.00, 0.06, 0.08. Web safe color of #c3eadd is #ccffcc. Color #c3eadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11101010 11011101
Octal 303 352 335
Decimal 195 234 221
Hex C3 EA DD

RGB Percentages of Color #c3eadd

%30.00
%36.00
%34.00

CMYK Percentages of Color #c3eadd

%17
%0
%6
%8

Triadic Colors of #c3eadd

#c3eadd #ddc3ea #eaddc3

Analogous Colors of #c3eadd

#c3eadd #c3e4ea #c3eaca

Monochromatic Colors of #c3eadd

#c3eadd

Complementary Color

#c3eadd #eac3d0

#c3eadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3eadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3eadd Color CSS Codes

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

#c3eadd Text Font Color

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

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


#c3eadd Background Color

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

This div background color is #c3eadd


#c3eadd Border Color

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

This div border color is #c3eadd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,234,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3eadd


Comments

No comments written yet.

Please login to write comment.