Color Hex Logo

#beecad Color Hex

#BEECAD
(190,236,173)
0 Favorites   0 Comments

Color spaces of #beecad

RGB 190236173
HSL0.290.620.80
HSV104°27°93°
CMYK 0.190.000.27   0.07
XYZ58.773573.955250.7123
Yxy73.95520.32040.4032
Hunter Lab85.9972-28.502025.2349
CIE-Lab88.9013-26.185525.8348

#beecad color RGB value is (190,236,173).

#beecad hex color red value is 190, green value is 236 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #beecad hue: 0.29 , saturation: 0.62 and the lightness value of beecad is 0.80.

The process color (four color CMYK) of #beecad color hex is 0.19, 0.00, 0.27, 0.07. Web safe color of #beecad is #ccff99. Color #beecad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101100 10101101
Octal 276 354 255
Decimal 190 236 173
Hex BE EC AD

RGB Percentages of Color #beecad

%31.72
%39.40
%28.88

CMYK Percentages of Color #beecad

%19
%0
%27
%7

Triadic Colors of #beecad

#beecad #adbeec #ecadbe

Analogous Colors of #beecad

#beecad #adecbc #deecad

Monochromatic Colors of #beecad

#beecad

Complementary Color

#beecad #dbadec

#beecad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beecad Color Preview on White Background

Lorem ipsum dolor sit amet.

#beecad Color CSS Codes

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

#beecad Text Font Color

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

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


#beecad Background Color

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

This div background color is #beecad


#beecad Border Color

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

This div border color is #beecad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beecad


Comments

No comments written yet.

Please login to write comment.