Color Hex Logo

#caef83 Color Hex

#CAEF83
(202,239,131)
0 Favorites   0 Comments

Color spaces of #caef83

RGB 202239131
HSL0.220.770.73
HSV81°45°94°
CMYK 0.150.000.45   0.06
XYZ59.320475.928333.0018
Yxy75.92830.35260.4513
Hunter Lab87.1368-30.971538.5406
CIE-Lab89.8260-28.854348.1134

#caef83 color RGB value is (202,239,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101111 10000011
Octal 312 357 203
Decimal 202 239 131
Hex CA EF 83

RGB Percentages of Color #caef83

%35.31
%41.78
%22.90

CMYK Percentages of Color #caef83

%15
%0
%45
%6

Triadic Colors of #caef83

#caef83 #83caef #ef83ca

Analogous Colors of #caef83

#caef83 #94ef83 #efde83

Monochromatic Colors of #caef83

#caef83

Complementary Color

#caef83 #a883ef

#caef83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caef83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caef83 Color CSS Codes

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

#caef83 Text Font Color

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

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


#caef83 Background Color

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

This div background color is #caef83


#caef83 Border Color

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

This div border color is #caef83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caef83


Comments

No comments written yet.

Please login to write comment.