Color Hex Logo

#cae52b Color Hex

#CAE52B
(202,229,43)
0 Favorites   0 Comments

Color spaces of #cae52b

RGB 20222943
HSL0.190.780.53
HSV69°81°90°
CMYK 0.120.000.81   0.10
XYZ52.812568.769612.7758
Yxy68.76960.39310.5118
Hunter Lab82.9274-31.444948.9150
CIE-Lab86.3898-30.277878.6214

#cae52b color RGB value is (202,229,43).

#cae52b hex color red value is 202, green value is 229 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #cae52b hue: 0.19 , saturation: 0.78 and the lightness value of cae52b is 0.53.

The process color (four color CMYK) of #cae52b color hex is 0.12, 0.00, 0.81, 0.10. Web safe color of #cae52b is #cccc33. Color #cae52b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100101 00101011
Octal 312 345 53
Decimal 202 229 43
Hex CA E5 2B

RGB Percentages of Color #cae52b

%42.62
%48.31
%9.07

CMYK Percentages of Color #cae52b

%12
%0
%81
%10

Triadic Colors of #cae52b

#cae52b #2bcae5 #e52bca

Analogous Colors of #cae52b

#cae52b #6de52b #e5a32b

Monochromatic Colors of #cae52b

#cae52b

Complementary Color

#cae52b #462be5

#cae52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae52b Color CSS Codes

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

#cae52b Text Font Color

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

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


#cae52b Background Color

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

This div background color is #cae52b


#cae52b Border Color

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

This div border color is #cae52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae52b


Comments

No comments written yet.

Please login to write comment.