Color Hex Logo

#c3e7ec Color Hex

#C3E7EC
(195,231,236)
0 Favorites   0 Comments

Color spaces of #c3e7ec

RGB 195231236
HSL0.520.520.85
HSV187°17°93°
CMYK 0.170.020.00   0.07
XYZ66.221974.810190.3064
Yxy74.81010.28630.3234
Hunter Lab86.4928-14.6967-1.3592
CIE-Lab89.3040-10.6372-6.3513

#c3e7ec color RGB value is (195,231,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11100111 11101100
Octal 303 347 354
Decimal 195 231 236
Hex C3 E7 EC

RGB Percentages of Color #c3e7ec

%29.46
%34.89
%35.65

CMYK Percentages of Color #c3e7ec

%17
%2
%0
%7

Triadic Colors of #c3e7ec

#c3e7ec #ecc3e7 #e7ecc3

Analogous Colors of #c3e7ec

#c3e7ec #c3d3ec #c3ecdd

Monochromatic Colors of #c3e7ec

#c3e7ec

Complementary Color

#c3e7ec #ecc8c3

#c3e7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3e7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3e7ec Color CSS Codes

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

#c3e7ec Text Font Color

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

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


#c3e7ec Background Color

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

This div background color is #c3e7ec


#c3e7ec Border Color

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

This div border color is #c3e7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3e7ec


Comments

No comments written yet.

Please login to write comment.