Color Hex Logo

#cae470 Color Hex

#CAE470
(202,228,112)
0 Favorites   0 Comments

Color spaces of #cae470

RGB 202228112
HSL0.200.680.67
HSV73°51°89°
CMYK 0.110.000.51   0.11
XYZ55.025269.213225.7886
Yxy69.21320.36680.4613
Hunter Lab83.1945-27.529639.8574
CIE-Lab86.6095-25.562353.1704

#cae470 color RGB value is (202,228,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100100 01110000
Octal 312 344 160
Decimal 202 228 112
Hex CA E4 70

RGB Percentages of Color #cae470

%37.27
%42.07
%20.66

CMYK Percentages of Color #cae470

%11
%0
%51
%11

Triadic Colors of #cae470

#cae470 #70cae4 #e470ca

Analogous Colors of #cae470

#cae470 #90e470 #e4c470

Monochromatic Colors of #cae470

#cae470

Complementary Color

#cae470 #8a70e4

#cae470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae470 Color CSS Codes

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

#cae470 Text Font Color

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

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


#cae470 Background Color

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

This div background color is #cae470


#cae470 Border Color

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

This div border color is #cae470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae470


Comments

No comments written yet.

Please login to write comment.