Color Hex Logo

#cae276 Color Hex

#CAE276
(202,226,118)
0 Favorites   0 Comments

Color spaces of #cae276

RGB 202226118
HSL0.200.650.67
HSV73°48°89°
CMYK 0.110.000.48   0.11
XYZ54.823568.257327.4250
Yxy68.25730.36430.4535
Hunter Lab82.6180-26.132738.1513
CIE-Lab86.1349-24.026649.7883

#cae276 color RGB value is (202,226,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100010 01110110
Octal 312 342 166
Decimal 202 226 118
Hex CA E2 76

RGB Percentages of Color #cae276

%37.00
%41.39
%21.61

CMYK Percentages of Color #cae276

%11
%0
%48
%11

Triadic Colors of #cae276

#cae276 #76cae2 #e276ca

Analogous Colors of #cae276

#cae276 #94e276 #e2c476

Monochromatic Colors of #cae276

#cae276

Complementary Color

#cae276 #8e76e2

#cae276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae276 Color CSS Codes

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

#cae276 Text Font Color

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

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


#cae276 Background Color

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

This div background color is #cae276


#cae276 Border Color

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

This div border color is #cae276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae276


Comments

No comments written yet.

Please login to write comment.