Color Hex Logo

#b8ddda Color Hex

#B8DDDA
(184,221,218)
0 Favorites   0 Comments

Color spaces of #b8ddda

RGB 184221218
HSL0.490.350.79
HSV175°17°87°
CMYK 0.170.000.01   0.13
XYZ58.278566.965276.1836
Yxy66.96520.28930.3325
Hunter Lab81.8323-16.08412.0852
CIE-Lab85.4864-12.6652-2.5775

#b8ddda color RGB value is (184,221,218).

#b8ddda hex color red value is 184, green value is 221 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b8ddda hue: 0.49 , saturation: 0.35 and the lightness value of b8ddda is 0.79.

The process color (four color CMYK) of #b8ddda color hex is 0.17, 0.00, 0.01, 0.13. Web safe color of #b8ddda is #cccccc. Color #b8ddda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011101 11011010
Octal 270 335 332
Decimal 184 221 218
Hex B8 DD DA

RGB Percentages of Color #b8ddda

%29.53
%35.47
%34.99

CMYK Percentages of Color #b8ddda

%17
%0
%1
%13

Triadic Colors of #b8ddda

#b8ddda #dab8dd #dddab8

Analogous Colors of #b8ddda

#b8ddda #b8cedd #b8ddc8

Monochromatic Colors of #b8ddda

#b8ddda

Complementary Color

#b8ddda #ddb8bb

#b8ddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8ddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8ddda Color CSS Codes

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

#b8ddda Text Font Color

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

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


#b8ddda Background Color

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

This div background color is #b8ddda


#b8ddda Border Color

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

This div border color is #b8ddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8ddda


Comments

No comments written yet.

Please login to write comment.