Color Hex Logo

#b2ea45 Color Hex

#B2EA45
(178,234,69)
0 Favorites   0 Comments

Color spaces of #b2ea45

RGB 17823469
HSL0.220.800.59
HSV80°71°92°
CMYK 0.240.000.71   0.08
XYZ48.857168.740316.3234
Yxy68.74030.36480.5133
Hunter Lab82.9098-39.905646.3637
CIE-Lab86.3753-40.744670.2629

#b2ea45 color RGB value is (178,234,69).

#b2ea45 hex color red value is 178, green value is 234 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #b2ea45 hue: 0.22 , saturation: 0.80 and the lightness value of b2ea45 is 0.59.

The process color (four color CMYK) of #b2ea45 color hex is 0.24, 0.00, 0.71, 0.08. Web safe color of #b2ea45 is #99ff33. Color #b2ea45 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11101010 01000101
Octal 262 352 105
Decimal 178 234 69
Hex B2 EA 45

RGB Percentages of Color #b2ea45

%37.01
%48.65
%14.35

CMYK Percentages of Color #b2ea45

%24
%0
%71
%8

Triadic Colors of #b2ea45

#b2ea45 #45b2ea #ea45b2

Analogous Colors of #b2ea45

#b2ea45 #60ea45 #ead045

Monochromatic Colors of #b2ea45

#b2ea45

Complementary Color

#b2ea45 #7d45ea

#b2ea45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ea45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ea45 Color CSS Codes

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

#b2ea45 Text Font Color

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

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


#b2ea45 Background Color

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

This div background color is #b2ea45


#b2ea45 Border Color

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

This div border color is #b2ea45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ea45


Comments

No comments written yet.

Please login to write comment.