Color Hex Logo

#ccce9f Color Hex

#CCCE9F
(204,206,159)
0 Favorites   0 Comments

Color spaces of #ccce9f

RGB 204206159
HSL0.170.320.72
HSV63°23°81°
CMYK 0.010.000.23   0.19
XYZ53.231259.483241.4767
Yxy59.48320.34520.3858
Hunter Lab77.1254-11.770322.1026
CIE-Lab81.5565-8.360923.2197

#ccce9f color RGB value is (204,206,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001110 10011111
Octal 314 316 237
Decimal 204 206 159
Hex CC CE 9F

RGB Percentages of Color #ccce9f

%35.85
%36.20
%27.94

CMYK Percentages of Color #ccce9f

%1
%0
%23
%19

Triadic Colors of #ccce9f

#ccce9f #9fccce #ce9fcc

Analogous Colors of #ccce9f

#ccce9f #b5ce9f #ceb99f

Monochromatic Colors of #ccce9f

#ccce9f

Complementary Color

#ccce9f #a19fce

#ccce9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccce9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccce9f Color CSS Codes

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

#ccce9f Text Font Color

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

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


#ccce9f Background Color

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

This div background color is #ccce9f


#ccce9f Border Color

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

This div border color is #ccce9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccce9f

#ccce9f Color Palettes


Comments

No comments written yet.

Please login to write comment.