Color Hex Logo

#b8ddaf Color Hex

#B8DDAF
(184,221,175)
0 Favorites   0 Comments

Color spaces of #b8ddaf

RGB 184221175
HSL0.300.400.78
HSV108°21°87°
CMYK 0.170.000.21   0.13
XYZ53.361564.998450.2909
Yxy64.99840.31640.3854
Hunter Lab80.6216-22.942919.4506
CIE-Lab84.4829-20.638918.6475

#b8ddaf color RGB value is (184,221,175).

#b8ddaf hex color red value is 184, green value is 221 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b8ddaf hue: 0.30 , saturation: 0.40 and the lightness value of b8ddaf is 0.78.

The process color (four color CMYK) of #b8ddaf color hex is 0.17, 0.00, 0.21, 0.13. Web safe color of #b8ddaf is #cccc99. Color #b8ddaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011101 10101111
Octal 270 335 257
Decimal 184 221 175
Hex B8 DD AF

RGB Percentages of Color #b8ddaf

%31.72
%38.10
%30.17

CMYK Percentages of Color #b8ddaf

%17
%0
%21
%13

Triadic Colors of #b8ddaf

#b8ddaf #afb8dd #ddafb8

Analogous Colors of #b8ddaf

#b8ddaf #afddbd #cfddaf

Monochromatic Colors of #b8ddaf

#b8ddaf

Complementary Color

#b8ddaf #d4afdd

#b8ddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8ddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8ddaf Color CSS Codes

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

#b8ddaf Text Font Color

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

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


#b8ddaf Background Color

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

This div background color is #b8ddaf


#b8ddaf Border Color

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

This div border color is #b8ddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8ddaf


Comments

No comments written yet.

Please login to write comment.