Color Hex Logo

#cae121 Color Hex

#CAE121
(202,225,33)
0 Favorites   0 Comments

Color spaces of #cae121

RGB 20222533
HSL0.190.760.51
HSV67°85°88°
CMYK 0.100.000.85   0.12
XYZ51.556866.516811.5605
Yxy66.51680.39770.5131
Hunter Lab81.5578-29.887448.6864
CIE-Lab85.2593-28.689079.8810

#cae121 color RGB value is (202,225,33).

#cae121 hex color red value is 202, green value is 225 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #cae121 hue: 0.19 , saturation: 0.76 and the lightness value of cae121 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100001 00100001
Octal 312 341 41
Decimal 202 225 33
Hex CA E1 21

RGB Percentages of Color #cae121

%43.91
%48.91
%7.17

CMYK Percentages of Color #cae121

%10
%0
%85
%12

Triadic Colors of #cae121

#cae121 #21cae1 #e121ca

Analogous Colors of #cae121

#cae121 #6ae121 #e19821

Monochromatic Colors of #cae121

#cae121

Complementary Color

#cae121 #3821e1

#cae121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae121 Color CSS Codes

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

#cae121 Text Font Color

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

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


#cae121 Background Color

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

This div background color is #cae121


#cae121 Border Color

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

This div border color is #cae121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae121


Comments

No comments written yet.

Please login to write comment.