Color Hex Logo

#dbefc1 Color Hex

#DBEFC1
(219,239,193)
0 Favorites   0 Comments

Color spaces of #dbefc1

RGB 219239193
HSL0.240.590.85
HSV86°19°94°
CMYK 0.080.000.19   0.06
XYZ69.705680.643362.3439
Yxy80.64330.32770.3792
Hunter Lab89.8016-18.598021.6996
CIE-Lab91.9727-14.500220.0835

#dbefc1 color RGB value is (219,239,193).

#dbefc1 hex color red value is 219, green value is 239 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #dbefc1 hue: 0.24 , saturation: 0.59 and the lightness value of dbefc1 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 11000001
Octal 333 357 301
Decimal 219 239 193
Hex DB EF C1

RGB Percentages of Color #dbefc1

%33.64
%36.71
%29.65

CMYK Percentages of Color #dbefc1

%8
%0
%19
%6

Triadic Colors of #dbefc1

#dbefc1 #c1dbef #efc1db

Analogous Colors of #dbefc1

#dbefc1 #c4efc1 #efecc1

Monochromatic Colors of #dbefc1

#dbefc1

Complementary Color

#dbefc1 #d5c1ef

#dbefc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbefc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbefc1 Color CSS Codes

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

#dbefc1 Text Font Color

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

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


#dbefc1 Background Color

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

This div background color is #dbefc1


#dbefc1 Border Color

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

This div border color is #dbefc1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,239,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 #dbefc1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbefc1


Comments

No comments written yet.

Please login to write comment.