Color Hex Logo

#cae028 Color Hex

#CAE028
(202,224,40)
0 Favorites   0 Comments

Color spaces of #cae028

RGB 20222440
HSL0.190.750.52
HSV67°82°88°
CMYK 0.100.000.82   0.12
XYZ51.395866.021112.0420
Yxy66.02110.39700.5100
Hunter Lab81.2534-29.285548.0904
CIE-Lab85.0072-28.027078.1492

#cae028 color RGB value is (202,224,40).

#cae028 hex color red value is 202, green value is 224 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #cae028 hue: 0.19 , saturation: 0.75 and the lightness value of cae028 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100000 00101000
Octal 312 340 50
Decimal 202 224 40
Hex CA E0 28

RGB Percentages of Color #cae028

%43.35
%48.07
%8.58

CMYK Percentages of Color #cae028

%10
%0
%82
%12

Triadic Colors of #cae028

#cae028 #28cae0 #e028ca

Analogous Colors of #cae028

#cae028 #6ee028 #e09a28

Monochromatic Colors of #cae028

#cae028

Complementary Color

#cae028 #3e28e0

#cae028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae028 Color CSS Codes

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

#cae028 Text Font Color

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

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


#cae028 Background Color

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

This div background color is #cae028


#cae028 Border Color

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

This div border color is #cae028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae028


Comments

No comments written yet.

Please login to write comment.