Color Hex Logo

#caffca Color Hex

#CAFFCA
(202,255,202)
0 Favorites   0 Comments

Color spaces of #caffca

RGB 202255202
HSL0.331.000.90
HSV120°21°100°
CMYK 0.210.000.21   0.00
XYZ70.777888.340869.1982
Yxy88.34080.31000.3869
Hunter Lab93.9898-30.065022.1417
CIE-Lab95.3043-26.560119.9515

#caffca color RGB value is (202,255,202).

#caffca hex color red value is 202, green value is 255 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #caffca hue: 0.33 , saturation: 1.00 and the lightness value of caffca is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111111 11001010
Octal 312 377 312
Decimal 202 255 202
Hex CA FF CA

RGB Percentages of Color #caffca

%30.65
%38.69
%30.65

CMYK Percentages of Color #caffca

%21
%0
%21
%0

Triadic Colors of #caffca

#caffca #cacaff #ffcaca

Analogous Colors of #caffca

#caffca #caffe5 #e5ffca

Monochromatic Colors of #caffca

#caffca

Complementary Color

#caffca #ffcaff

#caffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#caffca Color CSS Codes

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

#caffca Text Font Color

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

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


#caffca Background Color

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

This div background color is #caffca


#caffca Border Color

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

This div border color is #caffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caffca

#caffca Color Palettes


Comments

No comments written yet.

Please login to write comment.