Color Hex Logo

#c3eecf Color Hex

#C3EECF
(195,238,207)
0 Favorites   0 Comments

Color spaces of #c3eecf

RGB 195238207
HSL0.380.560.85
HSV137°18°93°
CMYK 0.180.000.13   0.07
XYZ64.342777.256270.5522
Yxy77.25620.30330.3642
Hunter Lab87.8955-23.148713.9358
CIE-Lab90.4394-19.764510.4495

#c3eecf color RGB value is (195,238,207).

#c3eecf hex color red value is 195, green value is 238 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c3eecf hue: 0.38 , saturation: 0.56 and the lightness value of c3eecf is 0.85.

The process color (four color CMYK) of #c3eecf color hex is 0.18, 0.00, 0.13, 0.07. Web safe color of #c3eecf is #ccffcc. Color #c3eecf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11101110 11001111
Octal 303 356 317
Decimal 195 238 207
Hex C3 EE CF

RGB Percentages of Color #c3eecf

%30.47
%37.19
%32.34

CMYK Percentages of Color #c3eecf

%18
%0
%13
%7

Triadic Colors of #c3eecf

#c3eecf #cfc3ee #eecfc3

Analogous Colors of #c3eecf

#c3eecf #c3eee5 #cdeec3

Monochromatic Colors of #c3eecf

#c3eecf

Complementary Color

#c3eecf #eec3e2

#c3eecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3eecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3eecf Color CSS Codes

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

#c3eecf Text Font Color

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

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


#c3eecf Background Color

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

This div background color is #c3eecf


#c3eecf Border Color

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

This div border color is #c3eecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3eecf


Comments

No comments written yet.

Please login to write comment.