Color Hex Logo

#caeea4 Color Hex

#CAEEA4
(202,238,164)
0 Favorites   0 Comments

Color spaces of #caeea4

RGB 202238164
HSL0.250.690.79
HSV89°31°93°
CMYK 0.150.000.31   0.07
XYZ61.632576.386046.6175
Yxy76.38600.33380.4137
Hunter Lab87.3991-27.072929.5549
CIE-Lab90.0383-24.288132.0853

#caeea4 color RGB value is (202,238,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101110 10100100
Octal 312 356 244
Decimal 202 238 164
Hex CA EE A4

RGB Percentages of Color #caeea4

%33.44
%39.40
%27.15

CMYK Percentages of Color #caeea4

%15
%0
%31
%7

Triadic Colors of #caeea4

#caeea4 #a4caee #eea4ca

Analogous Colors of #caeea4

#caeea4 #a5eea4 #eeeda4

Monochromatic Colors of #caeea4

#caeea4

Complementary Color

#caeea4 #c8a4ee

#caeea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeea4 Color CSS Codes

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

#caeea4 Text Font Color

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

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


#caeea4 Background Color

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

This div background color is #caeea4


#caeea4 Border Color

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

This div border color is #caeea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeea4


Comments

No comments written yet.

Please login to write comment.