Color Hex Logo

#b6ddc3 Color Hex

#B6DDC3
(182,221,195)
0 Favorites   0 Comments

Color spaces of #b6ddc3

RGB 182221195
HSL0.390.360.79
HSV140°18°87°
CMYK 0.180.000.12   0.13
XYZ54.998265.598161.3927
Yxy65.59810.30220.3605
Hunter Lab80.9927-20.526411.7528
CIE-Lab84.7910-17.79218.5501

#b6ddc3 color RGB value is (182,221,195).

#b6ddc3 hex color red value is 182, green value is 221 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #b6ddc3 hue: 0.39 , saturation: 0.36 and the lightness value of b6ddc3 is 0.79.

The process color (four color CMYK) of #b6ddc3 color hex is 0.18, 0.00, 0.12, 0.13. Web safe color of #b6ddc3 is #cccccc. Color #b6ddc3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011101 11000011
Octal 266 335 303
Decimal 182 221 195
Hex B6 DD C3

RGB Percentages of Color #b6ddc3

%30.43
%36.96
%32.61

CMYK Percentages of Color #b6ddc3

%18
%0
%12
%13

Triadic Colors of #b6ddc3

#b6ddc3 #c3b6dd #ddc3b6

Analogous Colors of #b6ddc3

#b6ddc3 #b6ddd7 #bdddb6

Monochromatic Colors of #b6ddc3

#b6ddc3

Complementary Color

#b6ddc3 #ddb6d0

#b6ddc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ddc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ddc3 Color CSS Codes

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

#b6ddc3 Text Font Color

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

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


#b6ddc3 Background Color

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

This div background color is #b6ddc3


#b6ddc3 Border Color

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

This div border color is #b6ddc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ddc3


Comments

No comments written yet.

Please login to write comment.