Color Hex Logo

#dbf775 Color Hex

#DBF775
(219,247,117)
0 Favorites   0 Comments

Color spaces of #dbf775

RGB 219247117
HSL0.200.890.71
HSV73°53°97°
CMYK 0.110.000.53   0.03
XYZ65.685182.866029.3624
Yxy82.86600.36920.4658
Hunter Lab91.0308-30.503544.5973
CIE-Lab92.9557-27.578658.6414

#dbf775 color RGB value is (219,247,117).

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

The process color (four color CMYK) of #dbf775 color hex is 0.11, 0.00, 0.53, 0.03. Web safe color of #dbf775 is #ccff66. Color #dbf775 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110111 01110101
Octal 333 367 165
Decimal 219 247 117
Hex DB F7 75

RGB Percentages of Color #dbf775

%37.56
%42.37
%20.07

CMYK Percentages of Color #dbf775

%11
%0
%53
%3

Triadic Colors of #dbf775

#dbf775 #75dbf7 #f775db

Analogous Colors of #dbf775

#dbf775 #9af775 #f7d275

Monochromatic Colors of #dbf775

#dbf775

Complementary Color

#dbf775 #9175f7

#dbf775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf775 Color CSS Codes

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

#dbf775 Text Font Color

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

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


#dbf775 Background Color

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

This div background color is #dbf775


#dbf775 Border Color

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

This div border color is #dbf775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf775


Comments

No comments written yet.

Please login to write comment.