Color Hex Logo

#dbf338 Color Hex

#DBF338
(219,243,56)
0 Favorites   0 Comments

Color spaces of #dbf338

RGB 21924356
HSL0.190.890.59
HSV68°77°95°
CMYK 0.100.000.77   0.05
XYZ61.977879.446815.8096
Yxy79.44680.39420.5053
Hunter Lab89.1329-31.864251.8767
CIE-Lab91.4361-29.506580.1150

#dbf338 color RGB value is (219,243,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110011 00111000
Octal 333 363 70
Decimal 219 243 56
Hex DB F3 38

RGB Percentages of Color #dbf338

%42.28
%46.91
%10.81

CMYK Percentages of Color #dbf338

%10
%0
%77
%5

Triadic Colors of #dbf338

#dbf338 #38dbf3 #f338db

Analogous Colors of #dbf338

#dbf338 #7ef338 #f3ae38

Monochromatic Colors of #dbf338

#dbf338

Complementary Color

#dbf338 #5038f3

#dbf338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf338 Color CSS Codes

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

#dbf338 Text Font Color

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

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


#dbf338 Background Color

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

This div background color is #dbf338


#dbf338 Border Color

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

This div border color is #dbf338


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf338


Comments

No comments written yet.

Please login to write comment.