Color Hex Logo

#cae277 Color Hex

#CAE277
(202,226,119)
0 Favorites   0 Comments

Color spaces of #cae277

RGB 202226119
HSL0.200.650.68
HSV73°47°89°
CMYK 0.110.000.47   0.11
XYZ54.883368.281227.7397
Yxy68.28120.36370.4525
Hunter Lab82.6324-26.049637.9391
CIE-Lab86.1469-23.926749.3276

#cae277 color RGB value is (202,226,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100010 01110111
Octal 312 342 167
Decimal 202 226 119
Hex CA E2 77

RGB Percentages of Color #cae277

%36.93
%41.32
%21.76

CMYK Percentages of Color #cae277

%11
%0
%47
%11

Triadic Colors of #cae277

#cae277 #77cae2 #e277ca

Analogous Colors of #cae277

#cae277 #95e277 #e2c577

Monochromatic Colors of #cae277

#cae277

Complementary Color

#cae277 #8f77e2

#cae277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae277 Color CSS Codes

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

#cae277 Text Font Color

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

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


#cae277 Background Color

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

This div background color is #cae277


#cae277 Border Color

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

This div border color is #cae277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae277


Comments

No comments written yet.

Please login to write comment.