Color Hex Logo

#cafecc Color Hex

#CAFECC
(202,254,204)
0 Favorites   0 Comments

Color spaces of #cafecc

RGB 202254204
HSL0.340.960.89
HSV122°20°100°
CMYK 0.200.000.20   0.00
XYZ70.698087.799870.3476
Yxy87.79980.30890.3837
Hunter Lab93.7015-29.299121.0784
CIE-Lab95.0766-25.749118.6121

#cafecc color RGB value is (202,254,204).

#cafecc hex color red value is 202, green value is 254 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cafecc hue: 0.34 , saturation: 0.96 and the lightness value of cafecc is 0.89.

The process color (four color CMYK) of #cafecc color hex is 0.20, 0.00, 0.20, 0.00. Web safe color of #cafecc is #ccffcc. Color #cafecc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111110 11001100
Octal 312 376 314
Decimal 202 254 204
Hex CA FE CC

RGB Percentages of Color #cafecc

%30.61
%38.48
%30.91

CMYK Percentages of Color #cafecc

%20
%0
%20
%0

Triadic Colors of #cafecc

#cafecc #cccafe #feccca

Analogous Colors of #cafecc

#cafecc #cafee6 #e2feca

Monochromatic Colors of #cafecc

#cafecc

Complementary Color

#cafecc #fecafc

#cafecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cafecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cafecc Color CSS Codes

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

#cafecc Text Font Color

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

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


#cafecc Background Color

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

This div background color is #cafecc


#cafecc Border Color

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

This div border color is #cafecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cafecc


Comments

No comments written yet.

Please login to write comment.