Color Hex Logo

#bee5ba Color Hex

#BEE5BA
(190,229,186)
0 Favorites   0 Comments

Color spaces of #bee5ba

RGB 190229186
HSL0.320.450.81
HSV114°19°90°
CMYK 0.170.000.19   0.10
XYZ58.117470.530957.0051
Yxy70.53090.31300.3799
Hunter Lab83.9827-23.444718.5435
CIE-Lab87.2566-20.687316.8350

#bee5ba color RGB value is (190,229,186).

#bee5ba hex color red value is 190, green value is 229 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bee5ba hue: 0.32 , saturation: 0.45 and the lightness value of bee5ba is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100101 10111010
Octal 276 345 272
Decimal 190 229 186
Hex BE E5 BA

RGB Percentages of Color #bee5ba

%31.40
%37.85
%30.74

CMYK Percentages of Color #bee5ba

%17
%0
%19
%10

Triadic Colors of #bee5ba

#bee5ba #babee5 #e5babe

Analogous Colors of #bee5ba

#bee5ba #bae5cc #d4e5ba

Monochromatic Colors of #bee5ba

#bee5ba

Complementary Color

#bee5ba #e1bae5

#bee5ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee5ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee5ba Color CSS Codes

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

#bee5ba Text Font Color

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

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


#bee5ba Background Color

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

This div background color is #bee5ba


#bee5ba Border Color

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

This div border color is #bee5ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee5ba

#bee5ba Color Palettes


Comments

No comments written yet.

Please login to write comment.