Color Hex Logo

#bbdf98 Color Hex

#BBDF98
(187,223,152)
0 Favorites   0 Comments

Color spaces of #bbdf98

RGB 187223152
HSL0.250.530.74
HSV90°32°87°
CMYK 0.160.000.32   0.13
XYZ52.548765.607139.5996
Yxy65.60710.33310.4159
Hunter Lab80.9982-25.942527.7122
CIE-Lab84.7956-24.091731.0254

#bbdf98 color RGB value is (187,223,152).

#bbdf98 hex color red value is 187, green value is 223 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bbdf98 hue: 0.25 , saturation: 0.53 and the lightness value of bbdf98 is 0.74.

The process color (four color CMYK) of #bbdf98 color hex is 0.16, 0.00, 0.32, 0.13. Web safe color of #bbdf98 is #cccc99. Color #bbdf98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 10011000
Octal 273 337 230
Decimal 187 223 152
Hex BB DF 98

RGB Percentages of Color #bbdf98

%33.27
%39.68
%27.05

CMYK Percentages of Color #bbdf98

%16
%0
%32
%13

Triadic Colors of #bbdf98

#bbdf98 #98bbdf #df98bb

Analogous Colors of #bbdf98

#bbdf98 #98df99 #dfdf98

Monochromatic Colors of #bbdf98

#bbdf98

Complementary Color

#bbdf98 #bc98df

#bbdf98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdf98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdf98 Color CSS Codes

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

#bbdf98 Text Font Color

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

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


#bbdf98 Background Color

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

This div background color is #bbdf98


#bbdf98 Border Color

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

This div border color is #bbdf98


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,223,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbdf98; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbdf98;
  -webkit-box-shadow: 1px 1px 3px 2px #bbdf98;
  box-shadow:         1px 1px 3px 2px #bbdf98; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,223,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdf98


Comments

No comments written yet.

Please login to write comment.