Color Hex Logo

#cae876 Color Hex

#CAE876
(202,232,118)
0 Favorites   0 Comments

Color spaces of #cae876

RGB 202232118
HSL0.210.710.69
HSV76°49°91°
CMYK 0.130.000.49   0.09
XYZ56.483771.577827.9784
Yxy71.57780.36200.4587
Hunter Lab84.6037-28.885039.6154
CIE-Lab87.7650-26.892951.7548

#cae876 color RGB value is (202,232,118).

#cae876 hex color red value is 202, green value is 232 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #cae876 hue: 0.21 , saturation: 0.71 and the lightness value of cae876 is 0.69.

The process color (four color CMYK) of #cae876 color hex is 0.13, 0.00, 0.49, 0.09. Web safe color of #cae876 is #ccff66. Color #cae876 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101000 01110110
Octal 312 350 166
Decimal 202 232 118
Hex CA E8 76

RGB Percentages of Color #cae876

%36.59
%42.03
%21.38

CMYK Percentages of Color #cae876

%13
%0
%49
%9

Triadic Colors of #cae876

#cae876 #76cae8 #e876ca

Analogous Colors of #cae876

#cae876 #91e876 #e8cd76

Monochromatic Colors of #cae876

#cae876

Complementary Color

#cae876 #9476e8

#cae876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae876 Color CSS Codes

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

#cae876 Text Font Color

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

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


#cae876 Background Color

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

This div background color is #cae876


#cae876 Border Color

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

This div border color is #cae876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae876


Comments

No comments written yet.

Please login to write comment.