Color Hex Logo

#dbf230 Color Hex

#DBF230
(219,242,48)
0 Favorites   0 Comments

Color spaces of #dbf230

RGB 21924248
HSL0.190.880.57
HSV67°80°95°
CMYK 0.100.000.80   0.05
XYZ61.499078.777714.7606
Yxy78.77770.39670.5081
Hunter Lab88.7568-31.642952.2696
CIE-Lab91.1336-29.322281.9719

#dbf230 color RGB value is (219,242,48).

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

The process color (four color CMYK) of #dbf230 color hex is 0.10, 0.00, 0.80, 0.05. Web safe color of #dbf230 is #ccff33. Color #dbf230 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110010 00110000
Octal 333 362 60
Decimal 219 242 48
Hex DB F2 30

RGB Percentages of Color #dbf230

%43.03
%47.54
%9.43

CMYK Percentages of Color #dbf230

%10
%0
%80
%5

Triadic Colors of #dbf230

#dbf230 #30dbf2 #f230db

Analogous Colors of #dbf230

#dbf230 #7af230 #f2a830

Monochromatic Colors of #dbf230

#dbf230

Complementary Color

#dbf230 #4730f2

#dbf230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf230 Color CSS Codes

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

#dbf230 Text Font Color

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

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


#dbf230 Background Color

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

This div background color is #dbf230


#dbf230 Border Color

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

This div border color is #dbf230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf230


Comments

No comments written yet.

Please login to write comment.