Color Hex Logo

#cae209 Color Hex

#CAE209
(202,226,9)
0 Favorites   0 Comments

Color spaces of #cae209

RGB 2022269
HSL0.190.920.46
HSV67°96°89°
CMYK 0.110.000.96   0.11
XYZ51.602866.969010.4650
Yxy66.96900.39990.5190
Hunter Lab81.8346-30.653049.7022
CIE-Lab85.4883-29.554683.3670

#cae209 color RGB value is (202,226,9).

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

The process color (four color CMYK) of #cae209 color hex is 0.11, 0.00, 0.96, 0.11. Web safe color of #cae209 is #cccc00. Color #cae209 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100010 00001001
Octal 312 342 11
Decimal 202 226 9
Hex CA E2 9

RGB Percentages of Color #cae209

%46.22
%51.72
%2.06

CMYK Percentages of Color #cae209

%11
%0
%96
%11

Triadic Colors of #cae209

#cae209 #09cae2 #e209ca

Analogous Colors of #cae209

#cae209 #5de209 #e28e09

Monochromatic Colors of #cae209

#cae209

Complementary Color

#cae209 #2109e2

#cae209 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae209 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae209 Color CSS Codes

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

#cae209 Text Font Color

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

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


#cae209 Background Color

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

This div background color is #cae209


#cae209 Border Color

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

This div border color is #cae209


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae209


Comments

No comments written yet.

Please login to write comment.