Color Hex Logo

#b6e0c3 Color Hex

#B6E0C3
(182,224,195)
0 Favorites   0 Comments

Color spaces of #b6e0c3

RGB 182224195
HSL0.380.400.80
HSV139°19°88°
CMYK 0.190.000.13   0.12
XYZ55.797467.196561.6592
Yxy67.19650.30220.3639
Hunter Lab81.9735-21.952912.7844
CIE-Lab85.6031-19.28399.7115

#b6e0c3 color RGB value is (182,224,195).

#b6e0c3 hex color red value is 182, green value is 224 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #b6e0c3 hue: 0.38 , saturation: 0.40 and the lightness value of b6e0c3 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11100000 11000011
Octal 266 340 303
Decimal 182 224 195
Hex B6 E0 C3

RGB Percentages of Color #b6e0c3

%30.28
%37.27
%32.45

CMYK Percentages of Color #b6e0c3

%19
%0
%13
%12

Triadic Colors of #b6e0c3

#b6e0c3 #c3b6e0 #e0c3b6

Analogous Colors of #b6e0c3

#b6e0c3 #b6e0d8 #bee0b6

Monochromatic Colors of #b6e0c3

#b6e0c3

Complementary Color

#b6e0c3 #e0b6d3

#b6e0c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6e0c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6e0c3 Color CSS Codes

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

#b6e0c3 Text Font Color

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

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


#b6e0c3 Background Color

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

This div background color is #b6e0c3


#b6e0c3 Border Color

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

This div border color is #b6e0c3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,224,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 #b6e0c3">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6e0c3


Comments

No comments written yet.

Please login to write comment.