Color Hex Logo

#cae21d Color Hex

#CAE21D
(202,226,29)
0 Favorites   0 Comments

Color spaces of #cae21d

RGB 20222629
HSL0.190.770.50
HSV67°87°89°
CMYK 0.110.000.87   0.11
XYZ51.775267.038011.3732
Yxy67.03800.39770.5149
Hunter Lab81.8767-30.408849.0780
CIE-Lab85.5231-29.251180.8500

#cae21d color RGB value is (202,226,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100010 00011101
Octal 312 342 35
Decimal 202 226 29
Hex CA E2 1D

RGB Percentages of Color #cae21d

%44.20
%49.45
%6.35

CMYK Percentages of Color #cae21d

%11
%0
%87
%11

Triadic Colors of #cae21d

#cae21d #1dcae2 #e21dca

Analogous Colors of #cae21d

#cae21d #68e21d #e2981d

Monochromatic Colors of #cae21d

#cae21d

Complementary Color

#cae21d #351de2

#cae21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae21d Color CSS Codes

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

#cae21d Text Font Color

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

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


#cae21d Background Color

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

This div background color is #cae21d


#cae21d Border Color

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

This div border color is #cae21d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae21d


Comments

No comments written yet.

Please login to write comment.