Color Hex Logo

#c3eaea Color Hex

#C3EAEA
(195,234,234)
0 Favorites   0 Comments

Color spaces of #c3eaea

RGB 195234234
HSL0.500.480.84
HSV180°17°92°
CMYK 0.170.000.00   0.08
XYZ66.779876.388389.0666
Yxy76.38830.28760.3289
Hunter Lab87.4004-16.56470.7600
CIE-Lab90.0393-12.5656-4.2195

#c3eaea color RGB value is (195,234,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11101010 11101010
Octal 303 352 352
Decimal 195 234 234
Hex C3 EA EA

RGB Percentages of Color #c3eaea

%29.41
%35.29
%35.29

CMYK Percentages of Color #c3eaea

%17
%0
%0
%8

Triadic Colors of #c3eaea

#c3eaea #eac3ea #eaeac3

Analogous Colors of #c3eaea

#c3eaea #c3d7ea #c3ead7

Monochromatic Colors of #c3eaea

#c3eaea

Complementary Color

#c3eaea #eac3c3

#c3eaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3eaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3eaea Color CSS Codes

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

#c3eaea Text Font Color

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

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


#c3eaea Background Color

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

This div background color is #c3eaea


#c3eaea Border Color

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

This div border color is #c3eaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3eaea


Comments

No comments written yet.

Please login to write comment.