Color Hex Logo

#dbecb8 Color Hex

#DBECB8
(219,236,184)
1 Favorites   0 Comments

Color spaces of #dbecb8

RGB 219236184
HSL0.220.580.82
HSV80°22°93°
CMYK 0.070.000.22   0.07
XYZ67.860678.511756.9250
Yxy78.51170.33380.3862
Hunter Lab88.6068-18.355623.9342
CIE-Lab91.0129-14.376823.3869

#dbecb8 color RGB value is (219,236,184).

#dbecb8 hex color red value is 219, green value is 236 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #dbecb8 hue: 0.22 , saturation: 0.58 and the lightness value of dbecb8 is 0.82.

The process color (four color CMYK) of #dbecb8 color hex is 0.07, 0.00, 0.22, 0.07. Web safe color of #dbecb8 is #ccffcc. Color #dbecb8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 10111000
Octal 333 354 270
Decimal 219 236 184
Hex DB EC B8

RGB Percentages of Color #dbecb8

%34.27
%36.93
%28.79

CMYK Percentages of Color #dbecb8

%7
%0
%22
%7

Triadic Colors of #dbecb8

#dbecb8 #b8dbec #ecb8db

Analogous Colors of #dbecb8

#dbecb8 #c1ecb8 #ece3b8

Monochromatic Colors of #dbecb8

#dbecb8

Complementary Color

#dbecb8 #c9b8ec

#dbecb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbecb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbecb8 Color CSS Codes

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

#dbecb8 Text Font Color

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

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


#dbecb8 Background Color

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

This div background color is #dbecb8


#dbecb8 Border Color

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

This div border color is #dbecb8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,236,184, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbecb8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbecb8;
  -webkit-box-shadow: 1px 1px 3px 2px #dbecb8;
  box-shadow:         1px 1px 3px 2px #dbecb8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,236,184, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbecb8


Comments

No comments written yet.

Please login to write comment.