Color Hex Logo

#dbf386 Color Hex

#DBF386
(219,243,134)
0 Favorites   0 Comments

Color spaces of #dbf386

RGB 219243134
HSL0.200.820.74
HSV73°45°95°
CMYK 0.100.000.45   0.05
XYZ65.567180.882534.7104
Yxy80.88250.36190.4465
Hunter Lab89.9347-27.249940.0712
CIE-Lab92.0794-24.066049.7189

#dbf386 color RGB value is (219,243,134).

#dbf386 hex color red value is 219, green value is 243 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #dbf386 hue: 0.20 , saturation: 0.82 and the lightness value of dbf386 is 0.74.

The process color (four color CMYK) of #dbf386 color hex is 0.10, 0.00, 0.45, 0.05. Web safe color of #dbf386 is #ccff99. Color #dbf386 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110011 10000110
Octal 333 363 206
Decimal 219 243 134
Hex DB F3 86

RGB Percentages of Color #dbf386

%36.74
%40.77
%22.48

CMYK Percentages of Color #dbf386

%10
%0
%45
%5

Triadic Colors of #dbf386

#dbf386 #86dbf3 #f386db

Analogous Colors of #dbf386

#dbf386 #a5f386 #f3d586

Monochromatic Colors of #dbf386

#dbf386

Complementary Color

#dbf386 #9e86f3

#dbf386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf386 Color CSS Codes

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

#dbf386 Text Font Color

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

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


#dbf386 Background Color

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

This div background color is #dbf386


#dbf386 Border Color

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

This div border color is #dbf386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf386


Comments

No comments written yet.

Please login to write comment.