color codes Logo

#b2dd2f color codes

#B2DD2F
(178,221,47)
0 Favorites   0 Comments

Color spaces of #b2dd2f

RGB 17822147
HSL0.210.720.53
HSV75°79°87°
CMYK 0.190.000.79   0.13
XYZ44.729661.383112.1800
Yxy61.38310.37810.5189
Hunter Lab78.3474-35.199845.6258
CIE-Lab82.5843-36.016473.6064

#b2dd2f color RGB value is (178,221,47).

#b2dd2f hex color red value is 178, green value is 221 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #b2dd2f hue: 0.21 , saturation: 0.72 and the lightness value of b2dd2f is 0.53.

The process color (four color CMYK) of #b2dd2f color code is 0.19, 0.00, 0.79, 0.13. Web safe color of #b2dd2f is #99cc33. Color #b2dd2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011101 00101111
Octal 262 335 57
Decimal 178 221 47
Hex B2 DD 2F

RGB Percentages of Color #b2dd2f

%39.91
%49.55
%10.54

CMYK Percentages of Color #b2dd2f

%19
%0
%79
%13

Triadic Colors of #b2dd2f

#b2dd2f #2fb2dd #dd2fb2

Analogous Colors of #b2dd2f

#b2dd2f #5bdd2f #ddb12f

Monochromatic Colors of #b2dd2f

#b2dd2f

Complementary Color

#b2dd2f #5a2fdd

#b2dd2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2dd2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2dd2f Color CSS Codes

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

#b2dd2f Text Font Color

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

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


#b2dd2f Background Color

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

This div background color is #b2dd2f


#b2dd2f Border Color

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

This div border color is #b2dd2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2dd2f


Comments

No comments written yet.

Please login to write comment.