Color Hex Logo

#b6edca Color Hex

#B6EDCA
(182,237,202)
0 Favorites   0 Comments

Color spaces of #b6edca

RGB 182237202
HSL0.390.600.82
HSV142°23°93°
CMYK 0.230.000.15   0.07
XYZ60.236374.777767.1359
Yxy74.77770.29800.3699
Hunter Lab86.4741-26.989814.5009
CIE-Lab89.2888-24.350511.3054

#b6edca color RGB value is (182,237,202).

#b6edca hex color red value is 182, green value is 237 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b6edca hue: 0.39 , saturation: 0.60 and the lightness value of b6edca is 0.82.

The process color (four color CMYK) of #b6edca color hex is 0.23, 0.00, 0.15, 0.07. Web safe color of #b6edca is #ccffcc. Color #b6edca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11101101 11001010
Octal 266 355 312
Decimal 182 237 202
Hex B6 ED CA

RGB Percentages of Color #b6edca

%29.31
%38.16
%32.53

CMYK Percentages of Color #b6edca

%23
%0
%15
%7

Triadic Colors of #b6edca

#b6edca #cab6ed #edcab6

Analogous Colors of #b6edca

#b6edca #b6ede6 #beedb6

Monochromatic Colors of #b6edca

#b6edca

Complementary Color

#b6edca #edb6d9

#b6edca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6edca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6edca Color CSS Codes

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

#b6edca Text Font Color

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

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


#b6edca Background Color

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

This div background color is #b6edca


#b6edca Border Color

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

This div border color is #b6edca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6edca


Comments

No comments written yet.

Please login to write comment.