Color Hex Logo

#cccebe Color Hex

#CCCEBE
(204,206,190)
0 Favorites   0 Comments

Color spaces of #cccebe

RGB 204206190
HSL0.190.140.78
HSV68°81°
CMYK 0.010.000.08   0.19
XYZ56.267460.697757.4654
Yxy60.69770.32260.3480
Hunter Lab77.9087-7.423610.8039
CIE-Lab82.2160-3.51217.7115

#cccebe color RGB value is (204,206,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001110 10111110
Octal 314 316 276
Decimal 204 206 190
Hex CC CE BE

RGB Percentages of Color #cccebe

%34.00
%34.33
%31.67

CMYK Percentages of Color #cccebe

%1
%0
%8
%19

Triadic Colors of #cccebe

#cccebe #beccce #cebecc

Analogous Colors of #cccebe

#cccebe #c4cebe #cec8be

Monochromatic Colors of #cccebe

#cccebe

Complementary Color

#cccebe #c0bece

#cccebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccebe Color CSS Codes

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

#cccebe Text Font Color

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

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


#cccebe Background Color

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

This div background color is #cccebe


#cccebe Border Color

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

This div border color is #cccebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccebe


Comments

No comments written yet.

Please login to write comment.