Color Hex Logo

#dbf953 Color Hex

#DBF953
(219,249,83)
0 Favorites   0 Comments

Color spaces of #dbf953

RGB 21924983
HSL0.200.930.65
HSV71°67°98°
CMYK 0.120.000.67   0.02
XYZ64.650483.436020.8809
Yxy83.43600.38260.4938
Hunter Lab91.3433-33.513250.3867
CIE-Lab93.2050-30.986472.9498

#dbf953 color RGB value is (219,249,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111001 01010011
Octal 333 371 123
Decimal 219 249 83
Hex DB F9 53

RGB Percentages of Color #dbf953

%39.75
%45.19
%15.06

CMYK Percentages of Color #dbf953

%12
%0
%67
%2

Triadic Colors of #dbf953

#dbf953 #53dbf9 #f953db

Analogous Colors of #dbf953

#dbf953 #88f953 #f9c453

Monochromatic Colors of #dbf953

#dbf953

Complementary Color

#dbf953 #7153f9

#dbf953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf953 Color CSS Codes

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

#dbf953 Text Font Color

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

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


#dbf953 Background Color

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

This div background color is #dbf953


#dbf953 Border Color

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

This div border color is #dbf953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf953


Comments

No comments written yet.

Please login to write comment.