Color Hex Logo

#cae015 Color Hex

#CAE015
(202,224,21)
0 Favorites   0 Comments

Color spaces of #cae015

RGB 20222421
HSL0.180.830.48
HSV67°91°88°
CMYK 0.100.000.91   0.12
XYZ51.148165.922010.7379
Yxy65.92200.40020.5158
Hunter Lab81.1924-29.638448.9934
CIE-Lab84.9566-28.464581.6608

#cae015 color RGB value is (202,224,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100000 00010101
Octal 312 340 25
Decimal 202 224 21
Hex CA E0 15

RGB Percentages of Color #cae015

%45.19
%50.11
%4.70

CMYK Percentages of Color #cae015

%10
%0
%91
%12

Triadic Colors of #cae015

#cae015 #15cae0 #e015ca

Analogous Colors of #cae015

#cae015 #65e015 #e09115

Monochromatic Colors of #cae015

#cae015

Complementary Color

#cae015 #2b15e0

#cae015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae015 Color CSS Codes

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

#cae015 Text Font Color

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

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


#cae015 Background Color

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

This div background color is #cae015


#cae015 Border Color

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

This div border color is #cae015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae015


Comments

No comments written yet.

Please login to write comment.