Color Hex Logo

#cae014 Color Hex

#CAE014
(202,224,20)
0 Favorites   0 Comments

Color spaces of #cae014

RGB 20222420
HSL0.180.840.48
HSV66°91°88°
CMYK 0.100.000.91   0.12
XYZ51.139065.918410.6900
Yxy65.91840.40030.5160
Hunter Lab81.1901-29.651549.0266
CIE-Lab84.9548-28.480781.7952

#cae014 color RGB value is (202,224,20).

#cae014 hex color red value is 202, green value is 224 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #cae014 hue: 0.18 , saturation: 0.84 and the lightness value of cae014 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100000 00010100
Octal 312 340 24
Decimal 202 224 20
Hex CA E0 14

RGB Percentages of Color #cae014

%45.29
%50.22
%4.48

CMYK Percentages of Color #cae014

%10
%0
%91
%12

Triadic Colors of #cae014

#cae014 #14cae0 #e014ca

Analogous Colors of #cae014

#cae014 #64e014 #e09014

Monochromatic Colors of #cae014

#cae014

Complementary Color

#cae014 #2a14e0

#cae014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae014 Color CSS Codes

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

#cae014 Text Font Color

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

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


#cae014 Background Color

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

This div background color is #cae014


#cae014 Border Color

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

This div border color is #cae014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae014


Comments

No comments written yet.

Please login to write comment.