Color Hex Logo

#cae128 Color Hex

#CAE128
(202,225,40)
0 Favorites   0 Comments

Color spaces of #cae128

RGB 20222540
HSL0.190.760.52
HSV67°82°88°
CMYK 0.100.000.82   0.12
XYZ51.665366.560212.1318
Yxy66.56020.39630.5106
Hunter Lab81.5844-29.733448.2925
CIE-Lab85.2814-28.498178.3839

#cae128 color RGB value is (202,225,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100001 00101000
Octal 312 341 50
Decimal 202 225 40
Hex CA E1 28

RGB Percentages of Color #cae128

%43.25
%48.18
%8.57

CMYK Percentages of Color #cae128

%10
%0
%82
%12

Triadic Colors of #cae128

#cae128 #28cae1 #e128ca

Analogous Colors of #cae128

#cae128 #6ee128 #e19c28

Monochromatic Colors of #cae128

#cae128

Complementary Color

#cae128 #3f28e1

#cae128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae128 Color CSS Codes

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

#cae128 Text Font Color

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

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


#cae128 Background Color

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

This div background color is #cae128


#cae128 Border Color

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

This div border color is #cae128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae128


Comments

No comments written yet.

Please login to write comment.