Color Hex Logo

#c3eaec Color Hex

#C3EAEC
(195,234,236)
0 Favorites   0 Comments

Color spaces of #c3eaec

RGB 195234236
HSL0.510.520.85
HSV183°17°93°
CMYK 0.170.010.00   0.07
XYZ67.068876.503990.5887
Yxy76.50390.28640.3267
Hunter Lab87.4665-16.1936-0.1799
CIE-Lab90.0928-12.1557-5.1868

#c3eaec color RGB value is (195,234,236).

#c3eaec hex color red value is 195, green value is 234 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c3eaec hue: 0.51 , saturation: 0.52 and the lightness value of c3eaec is 0.85.

The process color (four color CMYK) of #c3eaec color hex is 0.17, 0.01, 0.00, 0.07. Web safe color of #c3eaec is #ccffff. Color #c3eaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11101010 11101100
Octal 303 352 354
Decimal 195 234 236
Hex C3 EA EC

RGB Percentages of Color #c3eaec

%29.32
%35.19
%35.49

CMYK Percentages of Color #c3eaec

%17
%1
%0
%7

Triadic Colors of #c3eaec

#c3eaec #ecc3ea #eaecc3

Analogous Colors of #c3eaec

#c3eaec #c3d6ec #c3ecda

Monochromatic Colors of #c3eaec

#c3eaec

Complementary Color

#c3eaec #ecc5c3

#c3eaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3eaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3eaec Color CSS Codes

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

#c3eaec Text Font Color

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

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


#c3eaec Background Color

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

This div background color is #c3eaec


#c3eaec Border Color

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

This div border color is #c3eaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3eaec


Comments

No comments written yet.

Please login to write comment.