Color Hex Logo

#beecba Color Hex

#BEECBA
(190,236,186)
0 Favorites   0 Comments

Color spaces of #beecba

RGB 190236186
HSL0.320.570.83
HSV115°21°93°
CMYK 0.190.000.21   0.07
XYZ60.093674.483257.6638
Yxy74.48320.31260.3874
Hunter Lab86.3036-26.741120.7979
CIE-Lab89.1504-24.093419.4816

#beecba color RGB value is (190,236,186).

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

The process color (four color CMYK) of #beecba color hex is 0.19, 0.00, 0.21, 0.07. Web safe color of #beecba is #ccffcc. Color #beecba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101100 10111010
Octal 276 354 272
Decimal 190 236 186
Hex BE EC BA

RGB Percentages of Color #beecba

%31.05
%38.56
%30.39

CMYK Percentages of Color #beecba

%19
%0
%21
%7

Triadic Colors of #beecba

#beecba #babeec #ecbabe

Analogous Colors of #beecba

#beecba #baeccf #d7ecba

Monochromatic Colors of #beecba

#beecba

Complementary Color

#beecba #e8baec

#beecba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beecba Color Preview on White Background

Lorem ipsum dolor sit amet.

#beecba Color CSS Codes

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

#beecba Text Font Color

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

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


#beecba Background Color

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

This div background color is #beecba


#beecba Border Color

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

This div border color is #beecba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beecba


Comments

No comments written yet.

Please login to write comment.