Color Hex Logo

#b8d094 Color Hex

#B8D094
(184,208,148)
0 Favorites   0 Comments

Color spaces of #b8d094

RGB 184208148
HSL0.230.390.70
HSV84°29°82°
CMYK 0.120.000.29   0.18
XYZ47.668357.440236.5917
Yxy57.44020.33640.4054
Hunter Lab75.7893-20.362324.4268
CIE-Lab80.4266-18.378827.2027

#b8d094 color RGB value is (184,208,148).

#b8d094 hex color red value is 184, green value is 208 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #b8d094 hue: 0.23 , saturation: 0.39 and the lightness value of b8d094 is 0.70.

The process color (four color CMYK) of #b8d094 color hex is 0.12, 0.00, 0.29, 0.18. Web safe color of #b8d094 is #cccc99. Color #b8d094 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11010000 10010100
Octal 270 320 224
Decimal 184 208 148
Hex B8 D0 94

RGB Percentages of Color #b8d094

%34.07
%38.52
%27.41

CMYK Percentages of Color #b8d094

%12
%0
%29
%18

Triadic Colors of #b8d094

#b8d094 #94b8d0 #d094b8

Analogous Colors of #b8d094

#b8d094 #9ad094 #d0ca94

Monochromatic Colors of #b8d094

#b8d094

Complementary Color

#b8d094 #ac94d0

#b8d094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8d094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8d094 Color CSS Codes

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

#b8d094 Text Font Color

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

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


#b8d094 Background Color

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

This div background color is #b8d094


#b8d094 Border Color

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

This div border color is #b8d094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8d094


Comments

No comments written yet.

Please login to write comment.