Color Hex Logo

#caeea5 Color Hex

#CAEEA5
(202,238,165)
0 Favorites   0 Comments

Color spaces of #caeea5

RGB 202238165
HSL0.250.680.79
HSV90°31°93°
CMYK 0.150.000.31   0.07
XYZ61.723276.422247.0951
Yxy76.42220.33320.4126
Hunter Lab87.4198-26.953829.2529
CIE-Lab90.0550-24.148131.6012

#caeea5 color RGB value is (202,238,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101110 10100101
Octal 312 356 245
Decimal 202 238 165
Hex CA EE A5

RGB Percentages of Color #caeea5

%33.39
%39.34
%27.27

CMYK Percentages of Color #caeea5

%15
%0
%31
%7

Triadic Colors of #caeea5

#caeea5 #a5caee #eea5ca

Analogous Colors of #caeea5

#caeea5 #a6eea5 #eeeea5

Monochromatic Colors of #caeea5

#caeea5

Complementary Color

#caeea5 #c9a5ee

#caeea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeea5 Color CSS Codes

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

#caeea5 Text Font Color

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

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


#caeea5 Background Color

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

This div background color is #caeea5


#caeea5 Border Color

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

This div border color is #caeea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeea5


Comments

No comments written yet.

Please login to write comment.