Color Hex Logo

#ccceb5 Color Hex

#CCCEB5
(204,206,181)
0 Favorites   0 Comments

Color spaces of #ccceb5

RGB 204206181
HSL0.180.200.76
HSV65°12°81°
CMYK 0.010.000.12   0.19
XYZ55.313660.316252.4429
Yxy60.31620.32910.3589
Hunter Lab77.6635-8.779614.3284
CIE-Lab82.0098-5.009012.2090

#ccceb5 color RGB value is (204,206,181).

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

The process color (four color CMYK) of #ccceb5 color hex is 0.01, 0.00, 0.12, 0.19. Web safe color of #ccceb5 is #cccccc. Color #ccceb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001110 10110101
Octal 314 316 265
Decimal 204 206 181
Hex CC CE B5

RGB Percentages of Color #ccceb5

%34.52
%34.86
%30.63

CMYK Percentages of Color #ccceb5

%1
%0
%12
%19

Triadic Colors of #ccceb5

#ccceb5 #b5ccce #ceb5cc

Analogous Colors of #ccceb5

#ccceb5 #c0ceb5 #cec4b5

Monochromatic Colors of #ccceb5

#ccceb5

Complementary Color

#ccceb5 #b7b5ce

#ccceb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccceb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccceb5 Color CSS Codes

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

#ccceb5 Text Font Color

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

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


#ccceb5 Background Color

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

This div background color is #ccceb5


#ccceb5 Border Color

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

This div border color is #ccceb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccceb5


Comments

No comments written yet.

Please login to write comment.