Color Hex Logo

#cae477 Color Hex

#CAE477
(202,228,119)
0 Favorites   0 Comments

Color spaces of #cae477

RGB 202228119
HSL0.210.670.68
HSV74°48°89°
CMYK 0.110.000.48   0.11
XYZ55.430369.375327.9220
Yxy69.37530.36290.4542
Hunter Lab83.2918-26.969938.4284
CIE-Lab86.6896-24.887249.9861

#cae477 color RGB value is (202,228,119).

#cae477 hex color red value is 202, green value is 228 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #cae477 hue: 0.21 , saturation: 0.67 and the lightness value of cae477 is 0.68.

The process color (four color CMYK) of #cae477 color hex is 0.11, 0.00, 0.48, 0.11. Web safe color of #cae477 is #cccc66. Color #cae477 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100100 01110111
Octal 312 344 167
Decimal 202 228 119
Hex CA E4 77

RGB Percentages of Color #cae477

%36.79
%41.53
%21.68

CMYK Percentages of Color #cae477

%11
%0
%48
%11

Triadic Colors of #cae477

#cae477 #77cae4 #e477ca

Analogous Colors of #cae477

#cae477 #94e477 #e4c877

Monochromatic Colors of #cae477

#cae477

Complementary Color

#cae477 #9177e4

#cae477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae477 Color CSS Codes

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

#cae477 Text Font Color

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

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


#cae477 Background Color

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

This div background color is #cae477


#cae477 Border Color

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

This div border color is #cae477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae477


Comments

No comments written yet.

Please login to write comment.