Color Hex Logo

#cae50d Color Hex

#CAE50D
(202,229,13)
0 Favorites   0 Comments

Color spaces of #cae50d

RGB 20222913
HSL0.190.890.47
HSV68°94°90°
CMYK 0.120.000.94   0.10
XYZ52.449168.624210.8622
Yxy68.62420.39750.5201
Hunter Lab82.8397-31.954150.2135
CIE-Lab86.3176-30.911583.6521

#cae50d color RGB value is (202,229,13).

#cae50d hex color red value is 202, green value is 229 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #cae50d hue: 0.19 , saturation: 0.89 and the lightness value of cae50d is 0.47.

The process color (four color CMYK) of #cae50d color hex is 0.12, 0.00, 0.94, 0.10. Web safe color of #cae50d is #cccc00. Color #cae50d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100101 00001101
Octal 312 345 15
Decimal 202 229 13
Hex CA E5 D

RGB Percentages of Color #cae50d

%45.50
%51.58
%2.93

CMYK Percentages of Color #cae50d

%12
%0
%94
%10

Triadic Colors of #cae50d

#cae50d #0dcae5 #e50dca

Analogous Colors of #cae50d

#cae50d #5ee50d #e5940d

Monochromatic Colors of #cae50d

#cae50d

Complementary Color

#cae50d #280de5

#cae50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae50d Color CSS Codes

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

#cae50d Text Font Color

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

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


#cae50d Background Color

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

This div background color is #cae50d


#cae50d Border Color

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

This div border color is #cae50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae50d


Comments

No comments written yet.

Please login to write comment.