Color Hex Logo

#c3eace Color Hex

#C3EACE
(195,234,206)
0 Favorites   0 Comments

Color spaces of #c3eace

RGB 195234206
HSL0.380.480.84
HSV137°17°92°
CMYK 0.170.000.12   0.08
XYZ63.069174.904069.5263
Yxy74.90400.30390.3610
Hunter Lab86.5471-21.379912.9532
CIE-Lab89.3480-17.97629.4108

#c3eace color RGB value is (195,234,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11101010 11001110
Octal 303 352 316
Decimal 195 234 206
Hex C3 EA CE

RGB Percentages of Color #c3eace

%30.71
%36.85
%32.44

CMYK Percentages of Color #c3eace

%17
%0
%12
%8

Triadic Colors of #c3eace

#c3eace #cec3ea #eacec3

Analogous Colors of #c3eace

#c3eace #c3eae2 #cceac3

Monochromatic Colors of #c3eace

#c3eace

Complementary Color

#c3eace #eac3df

#c3eace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3eace Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3eace Color CSS Codes

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

#c3eace Text Font Color

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

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


#c3eace Background Color

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

This div background color is #c3eace


#c3eace Border Color

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

This div border color is #c3eace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3eace


Comments

No comments written yet.

Please login to write comment.