Color Hex Logo

#ccce9d Color Hex

#CCCE9D
(204,206,157)
0 Favorites   0 Comments

Color spaces of #ccce9d

RGB 204206157
HSL0.170.330.71
HSV62°24°81°
CMYK 0.010.000.24   0.19
XYZ53.058959.414340.5699
Yxy59.41430.34670.3882
Hunter Lab77.0807-12.019722.7503
CIE-Lab81.5188-8.643724.2191

#ccce9d color RGB value is (204,206,157).

#ccce9d hex color red value is 204, green value is 206 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ccce9d hue: 0.17 , saturation: 0.33 and the lightness value of ccce9d is 0.71.

The process color (four color CMYK) of #ccce9d color hex is 0.01, 0.00, 0.24, 0.19. Web safe color of #ccce9d is #cccc99. Color #ccce9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001110 10011101
Octal 314 316 235
Decimal 204 206 157
Hex CC CE 9D

RGB Percentages of Color #ccce9d

%35.98
%36.33
%27.69

CMYK Percentages of Color #ccce9d

%1
%0
%24
%19

Triadic Colors of #ccce9d

#ccce9d #9dccce #ce9dcc

Analogous Colors of #ccce9d

#ccce9d #b4ce9d #ceb89d

Monochromatic Colors of #ccce9d

#ccce9d

Complementary Color

#ccce9d #9f9dce

#ccce9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccce9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccce9d Color CSS Codes

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

#ccce9d Text Font Color

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

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


#ccce9d Background Color

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

This div background color is #ccce9d


#ccce9d Border Color

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

This div border color is #ccce9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccce9d

#ccce9d Color Palettes


Comments

No comments written yet.

Please login to write comment.