Color Hex Logo

#cceb6a Color Hex

#CCEB6A
(204,235,106)
0 Favorites   0 Comments

Color spaces of #cceb6a

RGB 204235106
HSL0.210.760.67
HSV74°55°92°
CMYK 0.130.000.55   0.08
XYZ57.211773.294624.7676
Yxy73.29460.36850.4720
Hunter Lab85.6123-30.536142.7760
CIE-Lab88.5880-28.642358.2367

#cceb6a color RGB value is (204,235,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101011 01101010
Octal 314 353 152
Decimal 204 235 106
Hex CC EB 6A

RGB Percentages of Color #cceb6a

%37.43
%43.12
%19.45

CMYK Percentages of Color #cceb6a

%13
%0
%55
%8

Triadic Colors of #cceb6a

#cceb6a #6acceb #eb6acc

Analogous Colors of #cceb6a

#cceb6a #8ceb6a #ebca6a

Monochromatic Colors of #cceb6a

#cceb6a

Complementary Color

#cceb6a #896aeb

#cceb6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceb6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceb6a Color CSS Codes

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

#cceb6a Text Font Color

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

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


#cceb6a Background Color

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

This div background color is #cceb6a


#cceb6a Border Color

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

This div border color is #cceb6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceb6a


Comments

No comments written yet.

Please login to write comment.