Color Hex Logo

#caeb81 Color Hex

#CAEB81
(202,235,129)
0 Favorites   0 Comments

Color spaces of #caeb81

RGB 202235129
HSL0.220.730.71
HSV79°45°92°
CMYK 0.140.000.45   0.08
XYZ58.027973.558231.9086
Yxy73.55820.35490.4499
Hunter Lab85.7661-29.320537.9779
CIE-Lab88.7133-27.184047.6949

#caeb81 color RGB value is (202,235,129).

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

The process color (four color CMYK) of #caeb81 color hex is 0.14, 0.00, 0.45, 0.08. Web safe color of #caeb81 is #ccff99. Color #caeb81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101011 10000001
Octal 312 353 201
Decimal 202 235 129
Hex CA EB 81

RGB Percentages of Color #caeb81

%35.69
%41.52
%22.79

CMYK Percentages of Color #caeb81

%14
%0
%45
%8

Triadic Colors of #caeb81

#caeb81 #81caeb #eb81ca

Analogous Colors of #caeb81

#caeb81 #95eb81 #ebd781

Monochromatic Colors of #caeb81

#caeb81

Complementary Color

#caeb81 #a281eb

#caeb81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeb81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeb81 Color CSS Codes

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

#caeb81 Text Font Color

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

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


#caeb81 Background Color

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

This div background color is #caeb81


#caeb81 Border Color

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

This div border color is #caeb81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeb81


Comments

No comments written yet.

Please login to write comment.