Color Hex Logo

#cccebc Color Hex

#CCCEBC
(204,206,188)
0 Favorites   0 Comments

Color spaces of #cccebc

RGB 204206188
HSL0.190.160.77
HSV67°81°
CMYK 0.010.000.09   0.19
XYZ56.050260.610856.3218
Yxy60.61080.32400.3504
Hunter Lab77.8529-7.731611.6044
CIE-Lab82.1691-3.85088.7100

#cccebc color RGB value is (204,206,188).

#cccebc hex color red value is 204, green value is 206 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cccebc hue: 0.19 , saturation: 0.16 and the lightness value of cccebc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001110 10111100
Octal 314 316 274
Decimal 204 206 188
Hex CC CE BC

RGB Percentages of Color #cccebc

%34.11
%34.45
%31.44

CMYK Percentages of Color #cccebc

%1
%0
%9
%19

Triadic Colors of #cccebc

#cccebc #bcccce #cebccc

Analogous Colors of #cccebc

#cccebc #c3cebc #cec7bc

Monochromatic Colors of #cccebc

#cccebc

Complementary Color

#cccebc #bebcce

#cccebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccebc Color CSS Codes

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

#cccebc Text Font Color

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

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


#cccebc Background Color

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

This div background color is #cccebc


#cccebc Border Color

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

This div border color is #cccebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccebc


Comments

No comments written yet.

Please login to write comment.