Color Hex Logo

#cafbee Color Hex

#CAFBEE
(202,251,238)
0 Favorites   0 Comments

Color spaces of #cafbee

RGB 202251238
HSL0.460.860.89
HSV164°20°98°
CMYK 0.200.000.05   0.02
XYZ74.286987.724093.9060
Yxy87.72400.29030.3428
Hunter Lab93.6611-22.33046.1177
CIE-Lab95.0446-18.07161.0822

#cafbee color RGB value is (202,251,238).

#cafbee hex color red value is 202, green value is 251 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cafbee hue: 0.46 , saturation: 0.86 and the lightness value of cafbee is 0.89.

The process color (four color CMYK) of #cafbee color hex is 0.20, 0.00, 0.05, 0.02. Web safe color of #cafbee is #ccffff. Color #cafbee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111011 11101110
Octal 312 373 356
Decimal 202 251 238
Hex CA FB EE

RGB Percentages of Color #cafbee

%29.23
%36.32
%34.44

CMYK Percentages of Color #cafbee

%20
%0
%5
%2

Triadic Colors of #cafbee

#cafbee #eecafb #fbeeca

Analogous Colors of #cafbee

#cafbee #caf0fb #cafbd6

Monochromatic Colors of #cafbee

#cafbee

Complementary Color

#cafbee #fbcad7

#cafbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cafbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cafbee Color CSS Codes

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

#cafbee Text Font Color

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

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


#cafbee Background Color

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

This div background color is #cafbee


#cafbee Border Color

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

This div border color is #cafbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cafbee

#cafbee Color Palettes


Comments

No comments written yet.

Please login to write comment.