Color Hex Logo

#dbefb5 Color Hex

#DBEFB5
(219,239,181)
0 Favorites   0 Comments

Color spaces of #dbefb5

RGB 219239181
HSL0.220.640.82
HSV81°24°94°
CMYK 0.080.000.24   0.06
XYZ68.420480.129355.5764
Yxy80.12930.33520.3925
Hunter Lab89.5150-20.215525.8496
CIE-Lab91.7428-16.297725.9280

#dbefb5 color RGB value is (219,239,181).

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

The process color (four color CMYK) of #dbefb5 color hex is 0.08, 0.00, 0.24, 0.06. Web safe color of #dbefb5 is #ccffcc. Color #dbefb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 10110101
Octal 333 357 265
Decimal 219 239 181
Hex DB EF B5

RGB Percentages of Color #dbefb5

%34.27
%37.40
%28.33

CMYK Percentages of Color #dbefb5

%8
%0
%24
%6

Triadic Colors of #dbefb5

#dbefb5 #b5dbef #efb5db

Analogous Colors of #dbefb5

#dbefb5 #beefb5 #efe6b5

Monochromatic Colors of #dbefb5

#dbefb5

Complementary Color

#dbefb5 #c9b5ef

#dbefb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbefb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbefb5 Color CSS Codes

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

#dbefb5 Text Font Color

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

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


#dbefb5 Background Color

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

This div background color is #dbefb5


#dbefb5 Border Color

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

This div border color is #dbefb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbefb5


Comments

No comments written yet.

Please login to write comment.