Color Hex Logo

#cafee7 Color Hex

#CAFEE7
(202,254,231)
0 Favorites   0 Comments

Color spaces of #cafee7

RGB 202254231
HSL0.430.960.89
HSV153°20°100°
CMYK 0.200.000.09   0.00
XYZ74.222789.209788.9085
Yxy89.20970.29410.3535
Hunter Lab94.4509-25.017710.3048
CIE-Lab95.6680-20.89135.5958

#cafee7 color RGB value is (202,254,231).

#cafee7 hex color red value is 202, green value is 254 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #cafee7 hue: 0.43 , saturation: 0.96 and the lightness value of cafee7 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111110 11100111
Octal 312 376 347
Decimal 202 254 231
Hex CA FE E7

RGB Percentages of Color #cafee7

%29.40
%36.97
%33.62

CMYK Percentages of Color #cafee7

%20
%0
%9
%0

Triadic Colors of #cafee7

#cafee7 #e7cafe #fee7ca

Analogous Colors of #cafee7

#cafee7 #cafbfe #cafecd

Monochromatic Colors of #cafee7

#cafee7

Complementary Color

#cafee7 #fecae1

#cafee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cafee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cafee7 Color CSS Codes

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

#cafee7 Text Font Color

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

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


#cafee7 Background Color

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

This div background color is #cafee7


#cafee7 Border Color

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

This div border color is #cafee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cafee7

Related Colors


Comments

No comments written yet.

Please login to write comment.