Color Hex Logo

#d0beca Color Hex

#D0BECA
(208,190,202)
0 Favorites   0 Comments

Color spaces of #d0beca

RGB 208190202
HSL0.890.160.78
HSV320°82°
CMYK 0.000.090.03   0.18
XYZ55.086654.501163.4935
Yxy54.50110.31830.3149
Hunter Lab73.82493.99950.6847
CIE-Lab78.75308.4568-3.7237

#d0beca color RGB value is (208,190,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10111110 11001010
Octal 320 276 312
Decimal 208 190 202
Hex D0 BE CA

RGB Percentages of Color #d0beca

%34.67
%31.67
%33.67

CMYK Percentages of Color #d0beca

%0
%9
%3
%18

Triadic Colors of #d0beca

#d0beca #cad0be #becad0

Analogous Colors of #d0beca

#d0beca #d0bec1 #cdbed0

Monochromatic Colors of #d0beca

#d0beca

Complementary Color

#d0beca #bed0c4

#d0beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0beca Color CSS Codes

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

#d0beca Text Font Color

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

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


#d0beca Background Color

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

This div background color is #d0beca


#d0beca Border Color

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

This div border color is #d0beca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0beca


Comments

No comments written yet.

Please login to write comment.