Color Hex Logo

#b4d238 Color Hex

#B4D238
(180,210,56)
0 Favorites   0 Comments

Color spaces of #b4d238

RGB 18021056
HSL0.200.630.52
HSV72°73°82°
CMYK 0.140.000.73   0.18
XYZ42.582856.082012.3219
Yxy56.08200.38370.5053
Hunter Lab74.8879-29.555142.6661
CIE-Lab79.6605-29.738168.1926

#b4d238 color RGB value is (180,210,56).

#b4d238 hex color red value is 180, green value is 210 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #b4d238 hue: 0.20 , saturation: 0.63 and the lightness value of b4d238 is 0.52.

The process color (four color CMYK) of #b4d238 color hex is 0.14, 0.00, 0.73, 0.18. Web safe color of #b4d238 is #cccc33. Color #b4d238 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11010010 00111000
Octal 264 322 70
Decimal 180 210 56
Hex B4 D2 38

RGB Percentages of Color #b4d238

%40.36
%47.09
%12.56

CMYK Percentages of Color #b4d238

%14
%0
%73
%18

Triadic Colors of #b4d238

#b4d238 #38b4d2 #d238b4

Analogous Colors of #b4d238

#b4d238 #67d238 #d2a338

Monochromatic Colors of #b4d238

#b4d238

Complementary Color

#b4d238 #5638d2

#b4d238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4d238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4d238 Color CSS Codes

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

#b4d238 Text Font Color

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

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


#b4d238 Background Color

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

This div background color is #b4d238


#b4d238 Border Color

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

This div border color is #b4d238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4d238


Comments

No comments written yet.

Please login to write comment.