Color Hex Logo

#b3dd0f Color Hex

#B3DD0F
(179,221,15)
0 Favorites   0 Comments

Color spaces of #b3dd0f

RGB 17922115
HSL0.200.870.46
HSV72°93°87°
CMYK 0.190.000.93   0.13
XYZ44.533161.33119.9429
Yxy61.33110.38450.5296
Hunter Lab78.3142-35.546447.2924
CIE-Lab82.5564-36.466779.8616

#b3dd0f color RGB value is (179,221,15).

#b3dd0f hex color red value is 179, green value is 221 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b3dd0f hue: 0.20 , saturation: 0.87 and the lightness value of b3dd0f is 0.46.

The process color (four color CMYK) of #b3dd0f color hex is 0.19, 0.00, 0.93, 0.13. Web safe color of #b3dd0f is #cccc00. Color #b3dd0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011101 00001111
Octal 263 335 17
Decimal 179 221 15
Hex B3 DD F

RGB Percentages of Color #b3dd0f

%43.13
%53.25
%3.61

CMYK Percentages of Color #b3dd0f

%19
%0
%93
%13

Triadic Colors of #b3dd0f

#b3dd0f #0fb3dd #dd0fb3

Analogous Colors of #b3dd0f

#b3dd0f #4cdd0f #dda00f

Monochromatic Colors of #b3dd0f

#b3dd0f

Complementary Color

#b3dd0f #390fdd

#b3dd0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3dd0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3dd0f Color CSS Codes

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

#b3dd0f Text Font Color

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

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


#b3dd0f Background Color

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

This div background color is #b3dd0f


#b3dd0f Border Color

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

This div border color is #b3dd0f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,221,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3dd0f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3dd0f;
  -webkit-box-shadow: 1px 1px 3px 2px #b3dd0f;
  box-shadow:         1px 1px 3px 2px #b3dd0f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,221,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3dd0f


Comments

No comments written yet.

Please login to write comment.