Color Hex Logo

#cae11d Color Hex

#CAE11D
(202,225,29)
0 Favorites   0 Comments

Color spaces of #cae11d

RGB 20222529
HSL0.190.770.50
HSV67°87°88°
CMYK 0.100.000.87   0.12
XYZ51.504166.495711.2828
Yxy66.49570.39840.5143
Hunter Lab81.5449-29.962248.8779
CIE-Lab85.2486-28.781880.6270

#cae11d color RGB value is (202,225,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100001 00011101
Octal 312 341 35
Decimal 202 225 29
Hex CA E1 1D

RGB Percentages of Color #cae11d

%44.30
%49.34
%6.36

CMYK Percentages of Color #cae11d

%10
%0
%87
%12

Triadic Colors of #cae11d

#cae11d #1dcae1 #e11dca

Analogous Colors of #cae11d

#cae11d #68e11d #e1961d

Monochromatic Colors of #cae11d

#cae11d

Complementary Color

#cae11d #341de1

#cae11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae11d Color CSS Codes

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

#cae11d Text Font Color

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

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


#cae11d Background Color

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

This div background color is #cae11d


#cae11d Border Color

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

This div border color is #cae11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae11d


Comments

No comments written yet.

Please login to write comment.