Color Hex Logo

#b4ed26 Color Hex

#B4ED26
(180,237,38)
0 Favorites   0 Comments

Color spaces of #b4ed26

RGB 18023738
HSL0.210.850.54
HSV77°84°93°
CMYK 0.240.000.84   0.07
XYZ49.456470.411612.8179
Yxy70.41160.37270.5307
Hunter Lab83.9116-41.639849.6813
CIE-Lab87.1983-42.661279.9080

#b4ed26 color RGB value is (180,237,38).

#b4ed26 hex color red value is 180, green value is 237 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #b4ed26 hue: 0.21 , saturation: 0.85 and the lightness value of b4ed26 is 0.54.

The process color (four color CMYK) of #b4ed26 color hex is 0.24, 0.00, 0.84, 0.07. Web safe color of #b4ed26 is #ccff33. Color #b4ed26 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11101101 00100110
Octal 264 355 46
Decimal 180 237 38
Hex B4 ED 26

RGB Percentages of Color #b4ed26

%39.56
%52.09
%8.35

CMYK Percentages of Color #b4ed26

%24
%0
%84
%7

Triadic Colors of #b4ed26

#b4ed26 #26b4ed #ed26b4

Analogous Colors of #b4ed26

#b4ed26 #51ed26 #edc326

Monochromatic Colors of #b4ed26

#b4ed26

Complementary Color

#b4ed26 #5f26ed

#b4ed26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4ed26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4ed26 Color CSS Codes

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

#b4ed26 Text Font Color

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

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


#b4ed26 Background Color

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

This div background color is #b4ed26


#b4ed26 Border Color

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

This div border color is #b4ed26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4ed26


Comments

No comments written yet.

Please login to write comment.