Color Hex Logo

#b2d103 Color Hex

#B2D103
(178,209,3)
0 Favorites   0 Comments

Color spaces of #b2d103

RGB 1782093
HSL0.190.970.42
HSV69°99°82°
CMYK 0.150.000.99   0.18
XYZ41.177055.07258.5459
Yxy55.07250.39290.5255
Hunter Lab74.2108-30.825645.1199
CIE-Lab79.0830-31.506578.3056

#b2d103 color RGB value is (178,209,3).

#b2d103 hex color red value is 178, green value is 209 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #b2d103 hue: 0.19 , saturation: 0.97 and the lightness value of b2d103 is 0.42.

The process color (four color CMYK) of #b2d103 color hex is 0.15, 0.00, 0.99, 0.18. Web safe color of #b2d103 is #99cc00. Color #b2d103 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11010001 00000011
Octal 262 321 3
Decimal 178 209 3
Hex B2 D1 3

RGB Percentages of Color #b2d103

%45.64
%53.59
%0.77

CMYK Percentages of Color #b2d103

%15
%0
%99
%18

Triadic Colors of #b2d103

#b2d103 #03b2d1 #d103b2

Analogous Colors of #b2d103

#b2d103 #4bd103 #d18903

Monochromatic Colors of #b2d103

#b2d103

Complementary Color

#b2d103 #2203d1

#b2d103 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2d103 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2d103 Color CSS Codes

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

#b2d103 Text Font Color

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

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


#b2d103 Background Color

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

This div background color is #b2d103


#b2d103 Border Color

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

This div border color is #b2d103


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2d103


Comments

No comments written yet.

Please login to write comment.