Color Hex Logo

#caffab Color Hex

#CAFFAB
(202,255,171)
0 Favorites   0 Comments

Color spaces of #caffab

RGB 202255171
HSL0.271.000.84
HSV98°33°100°
CMYK 0.210.000.33   0.00
XYZ67.467887.016851.7681
Yxy87.01680.32710.4219
Hunter Lab93.2828-34.142832.3945
CIE-Lab94.7454-31.329134.8423

#caffab color RGB value is (202,255,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111111 10101011
Octal 312 377 253
Decimal 202 255 171
Hex CA FF AB

RGB Percentages of Color #caffab

%32.17
%40.61
%27.23

CMYK Percentages of Color #caffab

%21
%0
%33
%0

Triadic Colors of #caffab

#caffab #abcaff #ffabca

Analogous Colors of #caffab

#caffab #abffb6 #f4ffab

Monochromatic Colors of #caffab

#caffab

Complementary Color

#caffab #e0abff

#caffab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caffab Color Preview on White Background

Lorem ipsum dolor sit amet.

#caffab Color CSS Codes

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

#caffab Text Font Color

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

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


#caffab Background Color

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

This div background color is #caffab


#caffab Border Color

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

This div border color is #caffab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caffab


Comments

No comments written yet.

Please login to write comment.