Color Hex Logo

#cae621 Color Hex

#CAE621
(202,230,33)
0 Favorites   0 Comments

Color spaces of #cae621

RGB 20223033
HSL0.190.800.52
HSV69°86°90°
CMYK 0.120.000.86   0.10
XYZ52.928469.260012.0177
Yxy69.26000.39440.5161
Hunter Lab83.2226-32.116049.6941
CIE-Lab86.6326-31.023981.0163

#cae621 color RGB value is (202,230,33).

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

The process color (four color CMYK) of #cae621 color hex is 0.12, 0.00, 0.86, 0.10. Web safe color of #cae621 is #ccff33. Color #cae621 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100110 00100001
Octal 312 346 41
Decimal 202 230 33
Hex CA E6 21

RGB Percentages of Color #cae621

%43.44
%49.46
%7.10

CMYK Percentages of Color #cae621

%12
%0
%86
%10

Triadic Colors of #cae621

#cae621 #21cae6 #e621ca

Analogous Colors of #cae621

#cae621 #68e621 #e6a021

Monochromatic Colors of #cae621

#cae621

Complementary Color

#cae621 #3d21e6

#cae621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae621 Color CSS Codes

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

#cae621 Text Font Color

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

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


#cae621 Background Color

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

This div background color is #cae621


#cae621 Border Color

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

This div border color is #cae621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae621


Comments

No comments written yet.

Please login to write comment.