Color Hex Logo

#b2d010 Color Hex

#B2D010
(178,208,16)
0 Favorites   0 Comments

Color spaces of #b2d010

RGB 17820816
HSL0.190.860.44
HSV69°92°82°
CMYK 0.140.000.92   0.18
XYZ41.009554.61418.8704
Yxy54.61410.39250.5227
Hunter Lab73.9014-30.273844.6144
CIE-Lab78.8185-30.879976.7791

#b2d010 color RGB value is (178,208,16).

#b2d010 hex color red value is 178, green value is 208 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #b2d010 hue: 0.19 , saturation: 0.86 and the lightness value of b2d010 is 0.44.

The process color (four color CMYK) of #b2d010 color hex is 0.14, 0.00, 0.92, 0.18. Web safe color of #b2d010 is #99cc00. Color #b2d010 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11010000 00010000
Octal 262 320 20
Decimal 178 208 16
Hex B2 D0 10

RGB Percentages of Color #b2d010

%44.28
%51.74
%3.98

CMYK Percentages of Color #b2d010

%14
%0
%92
%18

Triadic Colors of #b2d010

#b2d010 #10b2d0 #d010b2

Analogous Colors of #b2d010

#b2d010 #52d010 #d08e10

Monochromatic Colors of #b2d010

#b2d010

Complementary Color

#b2d010 #2e10d0

#b2d010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2d010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2d010 Color CSS Codes

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

#b2d010 Text Font Color

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

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


#b2d010 Background Color

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

This div background color is #b2d010


#b2d010 Border Color

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

This div border color is #b2d010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2d010


Comments

No comments written yet.

Please login to write comment.