Color Hex Logo

#b8dccc Color Hex

#B8DCCC
(184,220,204)
0 Favorites   0 Comments

Color spaces of #b8dccc

RGB 184220204
HSL0.430.340.79
HSV153°16°86°
CMYK 0.160.000.07   0.14
XYZ56.259465.736466.8499
Yxy65.73640.29790.3481
Hunter Lab81.0780-18.02677.8692
CIE-Lab84.8618-14.93643.9148

#b8dccc color RGB value is (184,220,204).

#b8dccc hex color red value is 184, green value is 220 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b8dccc hue: 0.43 , saturation: 0.34 and the lightness value of b8dccc is 0.79.

The process color (four color CMYK) of #b8dccc color hex is 0.16, 0.00, 0.07, 0.14. Web safe color of #b8dccc is #cccccc. Color #b8dccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11011100 11001100
Octal 270 334 314
Decimal 184 220 204
Hex B8 DC CC

RGB Percentages of Color #b8dccc

%30.26
%36.18
%33.55

CMYK Percentages of Color #b8dccc

%16
%0
%7
%14

Triadic Colors of #b8dccc

#b8dccc #ccb8dc #dcccb8

Analogous Colors of #b8dccc

#b8dccc #b8dadc #b8dcba

Monochromatic Colors of #b8dccc

#b8dccc

Complementary Color

#b8dccc #dcb8c8

#b8dccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8dccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8dccc Color CSS Codes

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

#b8dccc Text Font Color

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

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


#b8dccc Background Color

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

This div background color is #b8dccc


#b8dccc Border Color

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

This div border color is #b8dccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8dccc


Comments

No comments written yet.

Please login to write comment.