Color Hex Logo

#c3efcc Color Hex

#C3EFCC
(195,239,204)
0 Favorites   0 Comments

Color spaces of #c3efcc

RGB 195239204
HSL0.370.580.85
HSV132°18°94°
CMYK 0.180.000.15   0.06
XYZ64.271377.694768.7359
Yxy77.69470.30500.3687
Hunter Lab88.1446-24.098415.4664
CIE-Lab90.6404-20.793312.2942

#c3efcc color RGB value is (195,239,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11101111 11001100
Octal 303 357 314
Decimal 195 239 204
Hex C3 EF CC

RGB Percentages of Color #c3efcc

%30.56
%37.46
%31.97

CMYK Percentages of Color #c3efcc

%18
%0
%15
%6

Triadic Colors of #c3efcc

#c3efcc #ccc3ef #efccc3

Analogous Colors of #c3efcc

#c3efcc #c3efe2 #d0efc3

Monochromatic Colors of #c3efcc

#c3efcc

Complementary Color

#c3efcc #efc3e6

#c3efcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3efcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3efcc Color CSS Codes

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

#c3efcc Text Font Color

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

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


#c3efcc Background Color

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

This div background color is #c3efcc


#c3efcc Border Color

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

This div border color is #c3efcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3efcc


Comments

No comments written yet.

Please login to write comment.