Color Hex Logo

#b2f359 Color Hex

#B2F359
(178,243,89)
0 Favorites   0 Comments

Color spaces of #b2f359

RGB 17824389
HSL0.240.870.65
HSV85°63°95°
CMYK 0.270.000.63   0.05
XYZ52.213974.287421.0381
Yxy74.28740.35390.5035
Hunter Lab86.1901-42.697645.8610
CIE-Lab89.0581-43.338165.5114

#b2f359 color RGB value is (178,243,89).

#b2f359 hex color red value is 178, green value is 243 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #b2f359 hue: 0.24 , saturation: 0.87 and the lightness value of b2f359 is 0.65.

The process color (four color CMYK) of #b2f359 color hex is 0.27, 0.00, 0.63, 0.05. Web safe color of #b2f359 is #99ff66. Color #b2f359 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11110011 01011001
Octal 262 363 131
Decimal 178 243 89
Hex B2 F3 59

RGB Percentages of Color #b2f359

%34.90
%47.65
%17.45

CMYK Percentages of Color #b2f359

%27
%0
%63
%5

Triadic Colors of #b2f359

#b2f359 #59b2f3 #f359b2

Analogous Colors of #b2f359

#b2f359 #65f359 #f3e759

Monochromatic Colors of #b2f359

#b2f359

Complementary Color

#b2f359 #9a59f3

#b2f359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2f359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2f359 Color CSS Codes

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

#b2f359 Text Font Color

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

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


#b2f359 Background Color

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

This div background color is #b2f359


#b2f359 Border Color

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

This div border color is #b2f359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2f359


Comments

No comments written yet.

Please login to write comment.