Color Hex Logo

#bee5b3 Color Hex

#BEE5B3
(190,229,179)
0 Favorites   0 Comments

Color spaces of #bee5b3

RGB 190229179
HSL0.300.490.80
HSV107°22°90°
CMYK 0.170.000.22   0.10
XYZ57.391270.240453.1808
Yxy70.24040.31740.3885
Hunter Lab83.8095-24.433321.0446
CIE-Lab87.1146-21.850420.2786

#bee5b3 color RGB value is (190,229,179).

#bee5b3 hex color red value is 190, green value is 229 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #bee5b3 hue: 0.30 , saturation: 0.49 and the lightness value of bee5b3 is 0.80.

The process color (four color CMYK) of #bee5b3 color hex is 0.17, 0.00, 0.22, 0.10. Web safe color of #bee5b3 is #cccccc. Color #bee5b3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100101 10110011
Octal 276 345 263
Decimal 190 229 179
Hex BE E5 B3

RGB Percentages of Color #bee5b3

%31.77
%38.29
%29.93

CMYK Percentages of Color #bee5b3

%17
%0
%22
%10

Triadic Colors of #bee5b3

#bee5b3 #b3bee5 #e5b3be

Analogous Colors of #bee5b3

#bee5b3 #b3e5c1 #d7e5b3

Monochromatic Colors of #bee5b3

#bee5b3

Complementary Color

#bee5b3 #dab3e5

#bee5b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee5b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee5b3 Color CSS Codes

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

#bee5b3 Text Font Color

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

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


#bee5b3 Background Color

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

This div background color is #bee5b3


#bee5b3 Border Color

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

This div border color is #bee5b3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,229,179, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bee5b3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bee5b3;
  -webkit-box-shadow: 1px 1px 3px 2px #bee5b3;
  box-shadow:         1px 1px 3px 2px #bee5b3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,229,179, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee5b3


Comments

No comments written yet.

Please login to write comment.