Color Hex Logo

#cafaee Color Hex

#CAFAEE
(202,250,238)
0 Favorites   0 Comments

Color spaces of #cafaee

RGB 202250238
HSL0.460.830.89
HSV165°19°98°
CMYK 0.190.000.05   0.02
XYZ73.975387.100893.8021
Yxy87.10080.29020.3417
Hunter Lab93.3278-21.83755.7382
CIE-Lab94.7810-17.58040.6980

#cafaee color RGB value is (202,250,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111010 11101110
Octal 312 372 356
Decimal 202 250 238
Hex CA FA EE

RGB Percentages of Color #cafaee

%29.28
%36.23
%34.49

CMYK Percentages of Color #cafaee

%19
%0
%5
%2

Triadic Colors of #cafaee

#cafaee #eecafa #faeeca

Analogous Colors of #cafaee

#cafaee #caeefa #cafad6

Monochromatic Colors of #cafaee

#cafaee

Complementary Color

#cafaee #facad6

#cafaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cafaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cafaee Color CSS Codes

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

#cafaee Text Font Color

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

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


#cafaee Background Color

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

This div background color is #cafaee


#cafaee Border Color

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

This div border color is #cafaee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,250,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 #cafaee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cafaee

Related Colors


Comments

No comments written yet.

Please login to write comment.