Color Hex Logo

#cae42d Color Hex

#CAE42D
(202,228,45)
0 Favorites   0 Comments

Color spaces of #cae42d

RGB 20222845
HSL0.190.770.54
HSV69°80°89°
CMYK 0.110.000.80   0.11
XYZ52.574268.232812.8819
Yxy68.23280.39330.5104
Hunter Lab82.6031-30.946148.5760
CIE-Lab86.1227-29.745777.8906

#cae42d color RGB value is (202,228,45).

#cae42d hex color red value is 202, green value is 228 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #cae42d hue: 0.19 , saturation: 0.77 and the lightness value of cae42d is 0.54.

The process color (four color CMYK) of #cae42d color hex is 0.11, 0.00, 0.80, 0.11. Web safe color of #cae42d is #cccc33. Color #cae42d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100100 00101101
Octal 312 344 55
Decimal 202 228 45
Hex CA E4 2D

RGB Percentages of Color #cae42d

%42.53
%48.00
%9.47

CMYK Percentages of Color #cae42d

%11
%0
%80
%11

Triadic Colors of #cae42d

#cae42d #2dcae4 #e42dca

Analogous Colors of #cae42d

#cae42d #6fe42d #e4a32d

Monochromatic Colors of #cae42d

#cae42d

Complementary Color

#cae42d #472de4

#cae42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae42d Color CSS Codes

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

#cae42d Text Font Color

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

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


#cae42d Background Color

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

This div background color is #cae42d


#cae42d Border Color

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

This div border color is #cae42d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae42d


Comments

No comments written yet.

Please login to write comment.