Color Hex Logo

#cebbda Color Hex

#CEBBDA
(206,187,218)
0 Favorites   0 Comments

Color spaces of #cebbda

RGB 206187218
HSL0.770.300.79
HSV277°14°85°
CMYK 0.060.140.00   0.15
XYZ55.878853.724473.7544
Yxy53.72440.30480.2930
Hunter Lab73.29697.8120-8.3522
CIE-Lab78.300812.3951-13.0589

#cebbda color RGB value is (206,187,218).

#cebbda hex color red value is 206, green value is 187 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cebbda hue: 0.77 , saturation: 0.30 and the lightness value of cebbda is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111011 11011010
Octal 316 273 332
Decimal 206 187 218
Hex CE BB DA

RGB Percentages of Color #cebbda

%33.72
%30.61
%35.68

CMYK Percentages of Color #cebbda

%6
%14
%0
%15

Triadic Colors of #cebbda

#cebbda #dacebb #bbdace

Analogous Colors of #cebbda

#cebbda #dabbd7 #bfbbda

Monochromatic Colors of #cebbda

#cebbda

Complementary Color

#cebbda #c7dabb

#cebbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebbda Color CSS Codes

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

#cebbda Text Font Color

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

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


#cebbda Background Color

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

This div background color is #cebbda


#cebbda Border Color

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

This div border color is #cebbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebbda


Comments

No comments written yet.

Please login to write comment.