Color Hex Logo

#caeea7 Color Hex

#CAEEA7
(202,238,167)
0 Favorites   0 Comments

Color spaces of #caeea7

RGB 202238167
HSL0.250.680.79
HSV90°30°93°
CMYK 0.150.000.30   0.07
XYZ61.906776.495648.0615
Yxy76.49560.33200.4102
Hunter Lab87.4618-26.713228.6425
CIE-Lab90.0889-23.865830.6321

#caeea7 color RGB value is (202,238,167).

#caeea7 hex color red value is 202, green value is 238 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #caeea7 hue: 0.25 , saturation: 0.68 and the lightness value of caeea7 is 0.79.

The process color (four color CMYK) of #caeea7 color hex is 0.15, 0.00, 0.30, 0.07. Web safe color of #caeea7 is #ccff99. Color #caeea7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101110 10100111
Octal 312 356 247
Decimal 202 238 167
Hex CA EE A7

RGB Percentages of Color #caeea7

%33.28
%39.21
%27.51

CMYK Percentages of Color #caeea7

%15
%0
%30
%7

Triadic Colors of #caeea7

#caeea7 #a7caee #eea7ca

Analogous Colors of #caeea7

#caeea7 #a7eea8 #eeeea7

Monochromatic Colors of #caeea7

#caeea7

Complementary Color

#caeea7 #cba7ee

#caeea7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeea7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeea7 Color CSS Codes

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

#caeea7 Text Font Color

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

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


#caeea7 Background Color

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

This div background color is #caeea7


#caeea7 Border Color

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

This div border color is #caeea7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeea7


Comments

No comments written yet.

Please login to write comment.