Color Hex Logo

#becea5 Color Hex

#BECEA5
(190,206,165)
0 Favorites   0 Comments

Color spaces of #becea5

RGB 190206165
HSL0.230.290.73
HSV83°20°81°
CMYK 0.080.000.20   0.19
XYZ50.098057.806444.1146
Yxy57.80640.32960.3803
Hunter Lab76.0305-15.436318.8200
CIE-Lab80.6310-12.622218.6135

#becea5 color RGB value is (190,206,165).

#becea5 hex color red value is 190, green value is 206 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #becea5 hue: 0.23 , saturation: 0.29 and the lightness value of becea5 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001110 10100101
Octal 276 316 245
Decimal 190 206 165
Hex BE CE A5

RGB Percentages of Color #becea5

%33.87
%36.72
%29.41

CMYK Percentages of Color #becea5

%8
%0
%20
%19

Triadic Colors of #becea5

#becea5 #a5bece #cea5be

Analogous Colors of #becea5

#becea5 #aacea5 #cecaa5

Monochromatic Colors of #becea5

#becea5

Complementary Color

#becea5 #b5a5ce

#becea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becea5 Color CSS Codes

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

#becea5 Text Font Color

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

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


#becea5 Background Color

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

This div background color is #becea5


#becea5 Border Color

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

This div border color is #becea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becea5


Comments

No comments written yet.

Please login to write comment.