Color Hex Logo

#dbf33d Color Hex

#DBF33D
(219,243,61)
0 Favorites   0 Comments

Color spaces of #dbf33d

RGB 21924361
HSL0.190.880.60
HSV68°75°95°
CMYK 0.100.000.75   0.05
XYZ62.106379.498216.4862
Yxy79.49820.39290.5029
Hunter Lab89.1618-31.697651.4504
CIE-Lab91.4592-29.306978.6763

#dbf33d color RGB value is (219,243,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110011 00111101
Octal 333 363 75
Decimal 219 243 61
Hex DB F3 3D

RGB Percentages of Color #dbf33d

%41.87
%46.46
%11.66

CMYK Percentages of Color #dbf33d

%10
%0
%75
%5

Triadic Colors of #dbf33d

#dbf33d #3ddbf3 #f33ddb

Analogous Colors of #dbf33d

#dbf33d #80f33d #f3b03d

Monochromatic Colors of #dbf33d

#dbf33d

Complementary Color

#dbf33d #553df3

#dbf33d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf33d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf33d Color CSS Codes

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

#dbf33d Text Font Color

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

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


#dbf33d Background Color

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

This div background color is #dbf33d


#dbf33d Border Color

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

This div border color is #dbf33d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf33d


Comments

No comments written yet.

Please login to write comment.