Color Hex Logo

#cceb6f Color Hex

#CCEB6F
(204,235,111)
0 Favorites   0 Comments

Color spaces of #cceb6f

RGB 204235111
HSL0.210.760.68
HSV75°53°92°
CMYK 0.130.000.53   0.08
XYZ57.479473.401726.1774
Yxy73.40170.36600.4674
Hunter Lab85.6748-30.174941.8567
CIE-Lab88.6389-28.204356.0506

#cceb6f color RGB value is (204,235,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101011 01101111
Octal 314 353 157
Decimal 204 235 111
Hex CC EB 6F

RGB Percentages of Color #cceb6f

%37.09
%42.73
%20.18

CMYK Percentages of Color #cceb6f

%13
%0
%53
%8

Triadic Colors of #cceb6f

#cceb6f #6fcceb #eb6fcc

Analogous Colors of #cceb6f

#cceb6f #8eeb6f #ebcc6f

Monochromatic Colors of #cceb6f

#cceb6f

Complementary Color

#cceb6f #8e6feb

#cceb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceb6f Color CSS Codes

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

#cceb6f Text Font Color

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

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


#cceb6f Background Color

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

This div background color is #cceb6f


#cceb6f Border Color

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

This div border color is #cceb6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceb6f


Comments

No comments written yet.

Please login to write comment.