Color Hex Logo

#dbf362 Color Hex

#DBF362
(219,243,98)
0 Favorites   0 Comments

Color spaces of #dbf362

RGB 21924398
HSL0.190.860.67
HSV70°60°95°
CMYK 0.100.000.60   0.05
XYZ63.468680.043123.6600
Yxy80.04310.37970.4788
Hunter Lab89.4668-29.937346.9472
CIE-Lab91.7042-27.213365.4571

#dbf362 color RGB value is (219,243,98).

#dbf362 hex color red value is 219, green value is 243 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #dbf362 hue: 0.19 , saturation: 0.86 and the lightness value of dbf362 is 0.67.

The process color (four color CMYK) of #dbf362 color hex is 0.10, 0.00, 0.60, 0.05. Web safe color of #dbf362 is #ccff66. Color #dbf362 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110011 01100010
Octal 333 363 142
Decimal 219 243 98
Hex DB F3 62

RGB Percentages of Color #dbf362

%39.11
%43.39
%17.50

CMYK Percentages of Color #dbf362

%10
%0
%60
%5

Triadic Colors of #dbf362

#dbf362 #62dbf3 #f362db

Analogous Colors of #dbf362

#dbf362 #93f362 #f3c362

Monochromatic Colors of #dbf362

#dbf362

Complementary Color

#dbf362 #7a62f3

#dbf362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf362 Color CSS Codes

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

#dbf362 Text Font Color

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

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


#dbf362 Background Color

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

This div background color is #dbf362


#dbf362 Border Color

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

This div border color is #dbf362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf362


Comments

No comments written yet.

Please login to write comment.