Color Hex Logo

#caef84 Color Hex

#CAEF84
(202,239,132)
0 Favorites   0 Comments

Color spaces of #caef84

RGB 202239132
HSL0.220.770.73
HSV81°45°94°
CMYK 0.150.000.45   0.06
XYZ59.388575.955533.3606
Yxy75.95550.35200.4502
Hunter Lab87.1525-30.881138.3114
CIE-Lab89.8387-28.745347.6500

#caef84 color RGB value is (202,239,132).

#caef84 hex color red value is 202, green value is 239 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #caef84 hue: 0.22 , saturation: 0.77 and the lightness value of caef84 is 0.73.

The process color (four color CMYK) of #caef84 color hex is 0.15, 0.00, 0.45, 0.06. Web safe color of #caef84 is #ccff99. Color #caef84 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101111 10000100
Octal 312 357 204
Decimal 202 239 132
Hex CA EF 84

RGB Percentages of Color #caef84

%35.25
%41.71
%23.04

CMYK Percentages of Color #caef84

%15
%0
%45
%6

Triadic Colors of #caef84

#caef84 #84caef #ef84ca

Analogous Colors of #caef84

#caef84 #95ef84 #efdf84

Monochromatic Colors of #caef84

#caef84

Complementary Color

#caef84 #a984ef

#caef84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caef84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caef84 Color CSS Codes

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

#caef84 Text Font Color

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

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


#caef84 Background Color

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

This div background color is #caef84


#caef84 Border Color

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

This div border color is #caef84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caef84


Comments

No comments written yet.

Please login to write comment.