Color Hex Logo

#b9f6dd Color Hex

#B9F6DD
(185,246,221)
0 Favorites   0 Comments

Color spaces of #b9f6dd

RGB 185246221
HSL0.430.770.85
HSV155°25°96°
CMYK 0.250.000.10   0.04
XYZ66.014581.446380.6480
Yxy81.44630.28940.3571
Hunter Lab90.2476-27.363810.1900
CIE-Lab92.3299-24.14345.8191

#b9f6dd color RGB value is (185,246,221).

#b9f6dd hex color red value is 185, green value is 246 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b9f6dd hue: 0.43 , saturation: 0.77 and the lightness value of b9f6dd is 0.85.

The process color (four color CMYK) of #b9f6dd color hex is 0.25, 0.00, 0.10, 0.04. Web safe color of #b9f6dd is #ccffcc. Color #b9f6dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11110110 11011101
Octal 271 366 335
Decimal 185 246 221
Hex B9 F6 DD

RGB Percentages of Color #b9f6dd

%28.37
%37.73
%33.90

CMYK Percentages of Color #b9f6dd

%25
%0
%10
%4

Triadic Colors of #b9f6dd

#b9f6dd #ddb9f6 #f6ddb9

Analogous Colors of #b9f6dd

#b9f6dd #b9f1f6 #b9f6bf

Monochromatic Colors of #b9f6dd

#b9f6dd

Complementary Color

#b9f6dd #f6b9d2

#b9f6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9f6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9f6dd Color CSS Codes

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

#b9f6dd Text Font Color

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

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


#b9f6dd Background Color

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

This div background color is #b9f6dd


#b9f6dd Border Color

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

This div border color is #b9f6dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,246,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9f6dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9f6dd;
  -webkit-box-shadow: 1px 1px 3px 2px #b9f6dd;
  box-shadow:         1px 1px 3px 2px #b9f6dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,246,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9f6dd


Comments

No comments written yet.

Please login to write comment.