Color Hex Logo

#cae772 Color Hex

#CAE772
(202,231,114)
0 Favorites   0 Comments

Color spaces of #cae772

RGB 202231114
HSL0.210.710.68
HSV75°51°91°
CMYK 0.130.000.51   0.09
XYZ55.970370.923326.6592
Yxy70.92330.36450.4619
Hunter Lab84.2160-28.746140.1825
CIE-Lab87.4477-26.803053.2385

#cae772 color RGB value is (202,231,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100111 01110010
Octal 312 347 162
Decimal 202 231 114
Hex CA E7 72

RGB Percentages of Color #cae772

%36.93
%42.23
%20.84

CMYK Percentages of Color #cae772

%13
%0
%51
%9

Triadic Colors of #cae772

#cae772 #72cae7 #e772ca

Analogous Colors of #cae772

#cae772 #90e772 #e7ca72

Monochromatic Colors of #cae772

#cae772

Complementary Color

#cae772 #8f72e7

#cae772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae772 Color CSS Codes

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

#cae772 Text Font Color

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

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


#cae772 Background Color

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

This div background color is #cae772


#cae772 Border Color

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

This div border color is #cae772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae772


Comments

No comments written yet.

Please login to write comment.