Color Hex Logo

#becead Color Hex

#BECEAD
(190,206,173)
0 Favorites   0 Comments

Color spaces of #becead

RGB 190206173
HSL0.250.250.74
HSV89°16°81°
CMYK 0.080.000.16   0.19
XYZ50.849358.106948.0709
Yxy58.10690.32380.3700
Hunter Lab76.2279-14.326915.9700
CIE-Lab80.7982-11.333714.6037

#becead color RGB value is (190,206,173).

#becead hex color red value is 190, green value is 206 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #becead hue: 0.25 , saturation: 0.25 and the lightness value of becead is 0.74.

The process color (four color CMYK) of #becead color hex is 0.08, 0.00, 0.16, 0.19. Web safe color of #becead is #cccc99. Color #becead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001110 10101101
Octal 276 316 255
Decimal 190 206 173
Hex BE CE AD

RGB Percentages of Color #becead

%33.39
%36.20
%30.40

CMYK Percentages of Color #becead

%8
%0
%16
%19

Triadic Colors of #becead

#becead #adbece #ceadbe

Analogous Colors of #becead

#becead #aecead #cecead

Monochromatic Colors of #becead

#becead

Complementary Color

#becead #bdadce

#becead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becead Color Preview on White Background

Lorem ipsum dolor sit amet.

#becead Color CSS Codes

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

#becead Text Font Color

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

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


#becead Background Color

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

This div background color is #becead


#becead Border Color

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

This div border color is #becead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becead


Comments

No comments written yet.

Please login to write comment.