Color Hex Logo

#cae484 Color Hex

#CAE484
(202,228,132)
0 Favorites   0 Comments

Color spaces of #cae484

RGB 202228132
HSL0.210.640.71
HSV76°42°89°
CMYK 0.110.000.42   0.11
XYZ56.265469.709332.3195
Yxy69.70930.35540.4404
Hunter Lab83.4921-25.819935.4935
CIE-Lab86.8541-23.509043.9216

#cae484 color RGB value is (202,228,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100100 10000100
Octal 312 344 204
Decimal 202 228 132
Hex CA E4 84

RGB Percentages of Color #cae484

%35.94
%40.57
%23.49

CMYK Percentages of Color #cae484

%11
%0
%42
%11

Triadic Colors of #cae484

#cae484 #84cae4 #e484ca

Analogous Colors of #cae484

#cae484 #9ae484 #e4ce84

Monochromatic Colors of #cae484

#cae484

Complementary Color

#cae484 #9e84e4

#cae484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae484 Color CSS Codes

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

#cae484 Text Font Color

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

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


#cae484 Background Color

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

This div background color is #cae484


#cae484 Border Color

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

This div border color is #cae484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae484


Comments

No comments written yet.

Please login to write comment.