Color Hex Logo

#cafeb5 Color Hex

#CAFEB5
(202,254,181)
0 Favorites   0 Comments

Color spaces of #cafeb5

RGB 202254181
HSL0.290.970.85
HSV103°29°100°
CMYK 0.200.000.29   0.00
XYZ68.139486.776456.8743
Yxy86.77640.32170.4097
Hunter Lab93.1539-32.451629.0087
CIE-Lab94.6433-29.414029.6941

#cafeb5 color RGB value is (202,254,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111110 10110101
Octal 312 376 265
Decimal 202 254 181
Hex CA FE B5

RGB Percentages of Color #cafeb5

%31.71
%39.87
%28.41

CMYK Percentages of Color #cafeb5

%20
%0
%29
%0

Triadic Colors of #cafeb5

#cafeb5 #b5cafe #feb5ca

Analogous Colors of #cafeb5

#cafeb5 #b5fec5 #effeb5

Monochromatic Colors of #cafeb5

#cafeb5

Complementary Color

#cafeb5 #e9b5fe

#cafeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cafeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cafeb5 Color CSS Codes

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

#cafeb5 Text Font Color

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

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


#cafeb5 Background Color

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

This div background color is #cafeb5


#cafeb5 Border Color

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

This div border color is #cafeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cafeb5


Comments

No comments written yet.

Please login to write comment.