Color Hex Logo

#cae021 Color Hex

#CAE021
(202,224,33)
0 Favorites   0 Comments

Color spaces of #cae021

RGB 20222433
HSL0.190.750.50
HSV67°85°88°
CMYK 0.100.000.85   0.12
XYZ51.287365.977711.4707
Yxy65.97770.39840.5125
Hunter Lab81.2267-29.440048.4858
CIE-Lab84.9850-28.218479.6539

#cae021 color RGB value is (202,224,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100000 00100001
Octal 312 340 41
Decimal 202 224 33
Hex CA E0 21

RGB Percentages of Color #cae021

%44.01
%48.80
%7.19

CMYK Percentages of Color #cae021

%10
%0
%85
%12

Triadic Colors of #cae021

#cae021 #21cae0 #e021ca

Analogous Colors of #cae021

#cae021 #6be021 #e09721

Monochromatic Colors of #cae021

#cae021

Complementary Color

#cae021 #3721e0

#cae021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae021 Color CSS Codes

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

#cae021 Text Font Color

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

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


#cae021 Background Color

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

This div background color is #cae021


#cae021 Border Color

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

This div border color is #cae021


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,224,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 #cae021">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae021


Comments

No comments written yet.

Please login to write comment.