Color Hex Logo

#cae376 Color Hex

#CAE376
(202,227,118)
0 Favorites   0 Comments

Color spaces of #cae376

RGB 202227118
HSL0.200.660.68
HSV74°48°89°
CMYK 0.110.000.48   0.11
XYZ55.096268.802727.5159
Yxy68.80270.36390.4544
Hunter Lab82.9474-26.592838.3951
CIE-Lab86.4063-24.507150.1167

#cae376 color RGB value is (202,227,118).

#cae376 hex color red value is 202, green value is 227 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #cae376 hue: 0.20 , saturation: 0.66 and the lightness value of cae376 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100011 01110110
Octal 312 343 166
Decimal 202 227 118
Hex CA E3 76

RGB Percentages of Color #cae376

%36.93
%41.50
%21.57

CMYK Percentages of Color #cae376

%11
%0
%48
%11

Triadic Colors of #cae376

#cae376 #76cae3 #e376ca

Analogous Colors of #cae376

#cae376 #94e376 #e3c676

Monochromatic Colors of #cae376

#cae376

Complementary Color

#cae376 #8f76e3

#cae376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae376 Color CSS Codes

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

#cae376 Text Font Color

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

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


#cae376 Background Color

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

This div background color is #cae376


#cae376 Border Color

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

This div border color is #cae376


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,227,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 #cae376">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae376


Comments

No comments written yet.

Please login to write comment.