color codes Logo

#dbf65d color codes

#DBF65D
(219,246,93)
0 Favorites   0 Comments

Color spaces of #dbf65d

RGB 21924693
HSL0.200.890.66
HSV71°62°96°
CMYK 0.110.000.62   0.04
XYZ64.145081.761922.7568
Yxy81.76190.38030.4848
Hunter Lab90.4223-31.612248.3739
CIE-Lab92.4697-28.965768.3268

#dbf65d color RGB value is (219,246,93).

#dbf65d hex color red value is 219, green value is 246 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #dbf65d hue: 0.20 , saturation: 0.89 and the lightness value of dbf65d is 0.66.

The process color (four color CMYK) of #dbf65d color code is 0.11, 0.00, 0.62, 0.04. Web safe color of #dbf65d is #ccff66. Color #dbf65d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110110 01011101
Octal 333 366 135
Decimal 219 246 93
Hex DB F6 5D

RGB Percentages of Color #dbf65d

%39.25
%44.09
%16.67

CMYK Percentages of Color #dbf65d

%11
%0
%62
%4

Triadic Colors of #dbf65d

#dbf65d #5ddbf6 #f65ddb

Analogous Colors of #dbf65d

#dbf65d #8ff65d #f6c55d

Monochromatic Colors of #dbf65d

#dbf65d

Complementary Color

#dbf65d #785df6

#dbf65d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf65d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf65d Color CSS Codes

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

#dbf65d Text Font Color

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

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


#dbf65d Background Color

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

This div background color is #dbf65d


#dbf65d Border Color

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

This div border color is #dbf65d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf65d


Comments

No comments written yet.

Please login to write comment.