Color Hex Logo

#dbf14b Color Hex

#DBF14B
(219,241,75)
0 Favorites   0 Comments

Color spaces of #dbf14b

RGB 21924175
HSL0.190.860.62
HSV68°69°95°
CMYK 0.090.000.69   0.05
XYZ61.938778.478718.5400
Yxy78.47870.38970.4937
Hunter Lab88.5882-30.226549.6034
CIE-Lab90.9979-27.709073.6264

#dbf14b color RGB value is (219,241,75).

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

The process color (four color CMYK) of #dbf14b color hex is 0.09, 0.00, 0.69, 0.05. Web safe color of #dbf14b is #ccff33. Color #dbf14b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110001 01001011
Octal 333 361 113
Decimal 219 241 75
Hex DB F1 4B

RGB Percentages of Color #dbf14b

%40.93
%45.05
%14.02

CMYK Percentages of Color #dbf14b

%9
%0
%69
%5

Triadic Colors of #dbf14b

#dbf14b #4bdbf1 #f14bdb

Analogous Colors of #dbf14b

#dbf14b #88f14b #f1b44b

Monochromatic Colors of #dbf14b

#dbf14b

Complementary Color

#dbf14b #614bf1

#dbf14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf14b Color CSS Codes

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

#dbf14b Text Font Color

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

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


#dbf14b Background Color

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

This div background color is #dbf14b


#dbf14b Border Color

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

This div border color is #dbf14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf14b


Comments

No comments written yet.

Please login to write comment.