Color Hex Logo

#ccceaf Color Hex

#CCCEAF
(204,206,175)
0 Favorites   0 Comments

Color spaces of #ccceaf

RGB 204206175
HSL0.180.240.75
HSV64°15°81°
CMYK 0.010.000.15   0.19
XYZ54.711060.075149.2695
Yxy60.07510.33350.3662
Hunter Lab77.5081-9.640716.5669
CIE-Lab81.8790-5.966815.2118

#ccceaf color RGB value is (204,206,175).

#ccceaf hex color red value is 204, green value is 206 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ccceaf hue: 0.18 , saturation: 0.24 and the lightness value of ccceaf is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001110 10101111
Octal 314 316 257
Decimal 204 206 175
Hex CC CE AF

RGB Percentages of Color #ccceaf

%34.87
%35.21
%29.91

CMYK Percentages of Color #ccceaf

%1
%0
%15
%19

Triadic Colors of #ccceaf

#ccceaf #afccce #ceafcc

Analogous Colors of #ccceaf

#ccceaf #bdceaf #cec1af

Monochromatic Colors of #ccceaf

#ccceaf

Complementary Color

#ccceaf #b1afce

#ccceaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccceaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccceaf Color CSS Codes

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

#ccceaf Text Font Color

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

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


#ccceaf Background Color

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

This div background color is #ccceaf


#ccceaf Border Color

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

This div border color is #ccceaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccceaf


Comments

No comments written yet.

Please login to write comment.