Color Hex Logo

#dbf262 Color Hex

#DBF262
(219,242,98)
0 Favorites   0 Comments

Color spaces of #dbf262

RGB 21924298
HSL0.190.850.67
HSV70°60°95°
CMYK 0.100.000.60   0.05
XYZ63.170279.446223.5605
Yxy79.44620.38010.4781
Hunter Lab89.1326-29.475246.7206
CIE-Lab91.4358-26.742465.1631

#dbf262 color RGB value is (219,242,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110010 01100010
Octal 333 362 142
Decimal 219 242 98
Hex DB F2 62

RGB Percentages of Color #dbf262

%39.18
%43.29
%17.53

CMYK Percentages of Color #dbf262

%10
%0
%60
%5

Triadic Colors of #dbf262

#dbf262 #62dbf2 #f262db

Analogous Colors of #dbf262

#dbf262 #93f262 #f2c162

Monochromatic Colors of #dbf262

#dbf262

Complementary Color

#dbf262 #7962f2

#dbf262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf262 Color CSS Codes

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

#dbf262 Text Font Color

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

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


#dbf262 Background Color

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

This div background color is #dbf262


#dbf262 Border Color

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

This div border color is #dbf262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf262


Comments

No comments written yet.

Please login to write comment.