Color Hex Logo

#b4d263 Color Hex

#B4D263
(180,210,99)
0 Favorites   0 Comments

Color spaces of #b4d263

RGB 18021099
HSL0.210.550.61
HSV76°53°82°
CMYK 0.140.000.53   0.18
XYZ44.121156.697320.4226
Yxy56.69730.36390.4676
Hunter Lab75.2976-27.177636.6274
CIE-Lab80.0090-26.688051.0482

#b4d263 color RGB value is (180,210,99).

#b4d263 hex color red value is 180, green value is 210 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #b4d263 hue: 0.21 , saturation: 0.55 and the lightness value of b4d263 is 0.61.

The process color (four color CMYK) of #b4d263 color hex is 0.14, 0.00, 0.53, 0.18. Web safe color of #b4d263 is #cccc66. Color #b4d263 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11010010 01100011
Octal 264 322 143
Decimal 180 210 99
Hex B4 D2 63

RGB Percentages of Color #b4d263

%36.81
%42.94
%20.25

CMYK Percentages of Color #b4d263

%14
%0
%53
%18

Triadic Colors of #b4d263

#b4d263 #63b4d2 #d263b4

Analogous Colors of #b4d263

#b4d263 #7dd263 #d2b963

Monochromatic Colors of #b4d263

#b4d263

Complementary Color

#b4d263 #8163d2

#b4d263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4d263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4d263 Color CSS Codes

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

#b4d263 Text Font Color

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

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


#b4d263 Background Color

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

This div background color is #b4d263


#b4d263 Border Color

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

This div border color is #b4d263


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,210,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4d263; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4d263;
  -webkit-box-shadow: 1px 1px 3px 2px #b4d263;
  box-shadow:         1px 1px 3px 2px #b4d263; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,210,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4d263


Comments

No comments written yet.

Please login to write comment.