Color Hex Logo

#cebbdc Color Hex

#CEBBDC
(206,187,220)
0 Favorites   0 Comments

Color spaces of #cebbdc

RGB 206187220
HSL0.760.320.80
HSV275°15°86°
CMYK 0.060.150.00   0.14
XYZ56.142253.829875.1413
Yxy53.82980.30330.2908
Hunter Lab73.36888.1938-9.3642
CIE-Lab78.362412.7866-14.0468

#cebbdc color RGB value is (206,187,220).

#cebbdc hex color red value is 206, green value is 187 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cebbdc hue: 0.76 , saturation: 0.32 and the lightness value of cebbdc is 0.80.

The process color (four color CMYK) of #cebbdc color hex is 0.06, 0.15, 0.00, 0.14. Web safe color of #cebbdc is #cccccc. Color #cebbdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111011 11011100
Octal 316 273 334
Decimal 206 187 220
Hex CE BB DC

RGB Percentages of Color #cebbdc

%33.61
%30.51
%35.89

CMYK Percentages of Color #cebbdc

%6
%15
%0
%14

Triadic Colors of #cebbdc

#cebbdc #dccebb #bbdcce

Analogous Colors of #cebbdc

#cebbdc #dcbbda #bebbdc

Monochromatic Colors of #cebbdc

#cebbdc

Complementary Color

#cebbdc #c9dcbb

#cebbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebbdc Color CSS Codes

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

#cebbdc Text Font Color

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

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


#cebbdc Background Color

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

This div background color is #cebbdc


#cebbdc Border Color

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

This div border color is #cebbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebbdc

#cebbdc Color Palettes


Comments

No comments written yet.

Please login to write comment.