Color Hex Logo

#caee7e Color Hex

#CAEE7E
(202,238,126)
0 Favorites   0 Comments

Color spaces of #caee7e

RGB 202238126
HSL0.220.770.71
HSV79°47°93°
CMYK 0.150.000.47   0.07
XYZ58.697675.212031.1623
Yxy75.21200.35560.4556
Hunter Lab86.7249-30.955139.4031
CIE-Lab89.4922-28.916050.0818

#caee7e color RGB value is (202,238,126).

#caee7e hex color red value is 202, green value is 238 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #caee7e hue: 0.22 , saturation: 0.77 and the lightness value of caee7e is 0.71.

The process color (four color CMYK) of #caee7e color hex is 0.15, 0.00, 0.47, 0.07. Web safe color of #caee7e is #ccff66. Color #caee7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101110 01111110
Octal 312 356 176
Decimal 202 238 126
Hex CA EE 7E

RGB Percentages of Color #caee7e

%35.69
%42.05
%22.26

CMYK Percentages of Color #caee7e

%15
%0
%47
%7

Triadic Colors of #caee7e

#caee7e #7ecaee #ee7eca

Analogous Colors of #caee7e

#caee7e #92ee7e #eeda7e

Monochromatic Colors of #caee7e

#caee7e

Complementary Color

#caee7e #a27eee

#caee7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caee7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#caee7e Color CSS Codes

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

#caee7e Text Font Color

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

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


#caee7e Background Color

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

This div background color is #caee7e


#caee7e Border Color

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

This div border color is #caee7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caee7e


Comments

No comments written yet.

Please login to write comment.