Color Hex Logo

#c3efce Color Hex

#C3EFCE
(195,239,206)
0 Favorites   0 Comments

Color spaces of #c3efce

RGB 195239206
HSL0.380.580.85
HSV135°18°94°
CMYK 0.180.000.14   0.06
XYZ64.512877.791370.0076
Yxy77.79130.30390.3664
Hunter Lab88.1994-23.786414.6786
CIE-Lab90.6846-20.434811.3187

#c3efce color RGB value is (195,239,206).

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

The process color (four color CMYK) of #c3efce color hex is 0.18, 0.00, 0.14, 0.06. Web safe color of #c3efce is #ccffcc. Color #c3efce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11101111 11001110
Octal 303 357 316
Decimal 195 239 206
Hex C3 EF CE

RGB Percentages of Color #c3efce

%30.47
%37.34
%32.19

CMYK Percentages of Color #c3efce

%18
%0
%14
%6

Triadic Colors of #c3efce

#c3efce #cec3ef #efcec3

Analogous Colors of #c3efce

#c3efce #c3efe4 #ceefc3

Monochromatic Colors of #c3efce

#c3efce

Complementary Color

#c3efce #efc3e4

#c3efce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3efce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3efce Color CSS Codes

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

#c3efce Text Font Color

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

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


#c3efce Background Color

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

This div background color is #c3efce


#c3efce Border Color

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

This div border color is #c3efce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3efce


Comments

No comments written yet.

Please login to write comment.