Color Hex Logo

#caeb6f Color Hex

#CAEB6F
(202,235,111)
0 Favorites   0 Comments

Color spaces of #caeb6f

RGB 202235111
HSL0.210.760.68
HSV76°53°92°
CMYK 0.140.000.53   0.08
XYZ56.934773.120926.1519
Yxy73.12090.36450.4681
Hunter Lab85.5108-30.795141.7248
CIE-Lab88.5053-28.968355.8607

#caeb6f color RGB value is (202,235,111).

#caeb6f hex color red value is 202, green value is 235 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #caeb6f hue: 0.21 , saturation: 0.76 and the lightness value of caeb6f is 0.68.

The process color (four color CMYK) of #caeb6f color hex is 0.14, 0.00, 0.53, 0.08. Web safe color of #caeb6f is #ccff66. Color #caeb6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101011 01101111
Octal 312 353 157
Decimal 202 235 111
Hex CA EB 6F

RGB Percentages of Color #caeb6f

%36.86
%42.88
%20.26

CMYK Percentages of Color #caeb6f

%14
%0
%53
%8

Triadic Colors of #caeb6f

#caeb6f #6fcaeb #eb6fca

Analogous Colors of #caeb6f

#caeb6f #8ceb6f #ebce6f

Monochromatic Colors of #caeb6f

#caeb6f

Complementary Color

#caeb6f #906feb

#caeb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeb6f Color CSS Codes

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

#caeb6f Text Font Color

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

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


#caeb6f Background Color

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

This div background color is #caeb6f


#caeb6f Border Color

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

This div border color is #caeb6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeb6f


Comments

No comments written yet.

Please login to write comment.