Color Hex Logo

#caf2be Color Hex

#CAF2BE
(202,242,190)
0 Favorites   0 Comments

Color spaces of #caf2be

RGB 202242190
HSL0.290.670.85
HSV106°21°95°
CMYK 0.170.000.21   0.05
XYZ65.403579.778560.6669
Yxy79.77850.31770.3876
Hunter Lab89.3188-25.601722.2524
CIE-Lab91.5854-22.304520.9183

#caf2be color RGB value is (202,242,190).

#caf2be hex color red value is 202, green value is 242 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #caf2be hue: 0.29 , saturation: 0.67 and the lightness value of caf2be is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110010 10111110
Octal 312 362 276
Decimal 202 242 190
Hex CA F2 BE

RGB Percentages of Color #caf2be

%31.86
%38.17
%29.97

CMYK Percentages of Color #caf2be

%17
%0
%21
%5

Triadic Colors of #caf2be

#caf2be #becaf2 #f2beca

Analogous Colors of #caf2be

#caf2be #bef2cc #e4f2be

Monochromatic Colors of #caf2be

#caf2be

Complementary Color

#caf2be #e6bef2

#caf2be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf2be Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf2be Color CSS Codes

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

#caf2be Text Font Color

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

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


#caf2be Background Color

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

This div background color is #caf2be


#caf2be Border Color

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

This div border color is #caf2be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf2be


Comments

No comments written yet.

Please login to write comment.