Color Hex Logo

#dbf35c Color Hex

#DBF35C
(219,243,92)
0 Favorites   0 Comments

Color spaces of #dbf35c

RGB 21924392
HSL0.190.860.66
HSV70°62°95°
CMYK 0.100.000.62   0.05
XYZ63.195879.934022.2232
Yxy79.93400.38220.4834
Hunter Lab89.4058-30.288947.8466
CIE-Lab91.6552-27.629367.8576

#dbf35c color RGB value is (219,243,92).

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

The process color (four color CMYK) of #dbf35c color hex is 0.10, 0.00, 0.62, 0.05. Web safe color of #dbf35c is #ccff66. Color #dbf35c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110011 01011100
Octal 333 363 134
Decimal 219 243 92
Hex DB F3 5C

RGB Percentages of Color #dbf35c

%39.53
%43.86
%16.61

CMYK Percentages of Color #dbf35c

%10
%0
%62
%5

Triadic Colors of #dbf35c

#dbf35c #5cdbf3 #f35cdb

Analogous Colors of #dbf35c

#dbf35c #90f35c #f3c05c

Monochromatic Colors of #dbf35c

#dbf35c

Complementary Color

#dbf35c #745cf3

#dbf35c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf35c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf35c Color CSS Codes

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

#dbf35c Text Font Color

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

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


#dbf35c Background Color

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

This div background color is #dbf35c


#dbf35c Border Color

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

This div border color is #dbf35c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf35c


Comments

No comments written yet.

Please login to write comment.