Color Hex Logo

#d0bec1 Color Hex

#D0BEC1
(208,190,193)
0 Favorites   0 Comments

Color spaces of #d0bec1

RGB 208190193
HSL0.970.160.78
HSV350°82°
CMYK 0.000.090.07   0.18
XYZ54.051554.087158.0431
Yxy54.08710.32530.3255
Hunter Lab73.54392.48764.6873
CIE-Lab78.51256.86600.7864

#d0bec1 color RGB value is (208,190,193).

#d0bec1 hex color red value is 208, green value is 190 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #d0bec1 hue: 0.97 , saturation: 0.16 and the lightness value of d0bec1 is 0.78.

The process color (four color CMYK) of #d0bec1 color hex is 0.00, 0.09, 0.07, 0.18. Web safe color of #d0bec1 is #cccccc. Color #d0bec1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10111110 11000001
Octal 320 276 301
Decimal 208 190 193
Hex D0 BE C1

RGB Percentages of Color #d0bec1

%35.19
%32.15
%32.66

CMYK Percentages of Color #d0bec1

%0
%9
%7
%18

Triadic Colors of #d0bec1

#d0bec1 #c1d0be #bec1d0

Analogous Colors of #d0bec1

#d0bec1 #d0c4be #d0beca

Monochromatic Colors of #d0bec1

#d0bec1

Complementary Color

#d0bec1 #bed0cd

#d0bec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0bec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0bec1 Color CSS Codes

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

#d0bec1 Text Font Color

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

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


#d0bec1 Background Color

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

This div background color is #d0bec1


#d0bec1 Border Color

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

This div border color is #d0bec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0bec1


Comments

No comments written yet.

Please login to write comment.