Color Hex Logo

#cae481 Color Hex

#CAE481
(202,228,129)
0 Favorites   0 Comments

Color spaces of #cae481

RGB 202228129
HSL0.210.650.70
HSV76°43°89°
CMYK 0.110.000.43   0.11
XYZ56.063069.628331.2537
Yxy69.62830.35720.4436
Hunter Lab83.4436-26.098036.2035
CIE-Lab86.8142-23.841245.3359

#cae481 color RGB value is (202,228,129).

#cae481 hex color red value is 202, green value is 228 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #cae481 hue: 0.21 , saturation: 0.65 and the lightness value of cae481 is 0.70.

The process color (four color CMYK) of #cae481 color hex is 0.11, 0.00, 0.43, 0.11. Web safe color of #cae481 is #cccc99. Color #cae481 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100100 10000001
Octal 312 344 201
Decimal 202 228 129
Hex CA E4 81

RGB Percentages of Color #cae481

%36.14
%40.79
%23.08

CMYK Percentages of Color #cae481

%11
%0
%43
%11

Triadic Colors of #cae481

#cae481 #81cae4 #e481ca

Analogous Colors of #cae481

#cae481 #99e481 #e4cd81

Monochromatic Colors of #cae481

#cae481

Complementary Color

#cae481 #9b81e4

#cae481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae481 Color CSS Codes

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

#cae481 Text Font Color

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

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


#cae481 Background Color

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

This div background color is #cae481


#cae481 Border Color

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

This div border color is #cae481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae481


Comments

No comments written yet.

Please login to write comment.