Color Hex Logo

#b8f358 Color Hex

#B8F358
(184,243,88)
0 Favorites   0 Comments

Color spaces of #b8f358

RGB 18424388
HSL0.230.870.65
HSV83°64°95°
CMYK 0.240.000.64   0.05
XYZ53.579274.996120.8843
Yxy74.99610.35850.5018
Hunter Lab86.6003-41.113446.3220
CIE-Lab89.3912-41.235066.3680

#b8f358 color RGB value is (184,243,88).

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

The process color (four color CMYK) of #b8f358 color hex is 0.24, 0.00, 0.64, 0.05. Web safe color of #b8f358 is #ccff66. Color #b8f358 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11110011 01011000
Octal 270 363 130
Decimal 184 243 88
Hex B8 F3 58

RGB Percentages of Color #b8f358

%35.73
%47.18
%17.09

CMYK Percentages of Color #b8f358

%24
%0
%64
%5

Triadic Colors of #b8f358

#b8f358 #58b8f3 #f358b8

Analogous Colors of #b8f358

#b8f358 #6bf358 #f3e158

Monochromatic Colors of #b8f358

#b8f358

Complementary Color

#b8f358 #9358f3

#b8f358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8f358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8f358 Color CSS Codes

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

#b8f358 Text Font Color

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

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


#b8f358 Background Color

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

This div background color is #b8f358


#b8f358 Border Color

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

This div border color is #b8f358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8f358


Comments

No comments written yet.

Please login to write comment.