Color Hex Logo

#dbf962 Color Hex

#DBF962
(219,249,98)
0 Favorites   0 Comments

Color spaces of #dbf962

RGB 21924998
HSL0.200.930.68
HSV72°61°98°
CMYK 0.120.000.61   0.02
XYZ65.293783.693324.2683
Yxy83.69330.37690.4831
Hunter Lab91.4840-32.698648.3108
CIE-Lab93.3171-30.016167.2163

#dbf962 color RGB value is (219,249,98).

#dbf962 hex color red value is 219, green value is 249 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #dbf962 hue: 0.20 , saturation: 0.93 and the lightness value of dbf962 is 0.68.

The process color (four color CMYK) of #dbf962 color hex is 0.12, 0.00, 0.61, 0.02. Web safe color of #dbf962 is #ccff66. Color #dbf962 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111001 01100010
Octal 333 371 142
Decimal 219 249 98
Hex DB F9 62

RGB Percentages of Color #dbf962

%38.69
%43.99
%17.31

CMYK Percentages of Color #dbf962

%12
%0
%61
%2

Triadic Colors of #dbf962

#dbf962 #62dbf9 #f962db

Analogous Colors of #dbf962

#dbf962 #90f962 #f9cc62

Monochromatic Colors of #dbf962

#dbf962

Complementary Color

#dbf962 #8062f9

#dbf962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf962 Color CSS Codes

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

#dbf962 Text Font Color

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

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


#dbf962 Background Color

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

This div background color is #dbf962


#dbf962 Border Color

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

This div border color is #dbf962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf962


Comments

No comments written yet.

Please login to write comment.