Color Hex Logo

#beaf68 Color Hex

#BEAF68
(190,175,104)
0 Favorites   0 Comments

Color spaces of #beaf68

RGB 190175104
HSL0.140.400.58
HSV50°45°75°
CMYK 0.000.080.45   0.25
XYZ39.063942.606619.2617
Yxy42.60660.38700.4221
Hunter Lab65.2737-7.403428.1957
CIE-Lab71.2871-4.489338.2222

#beaf68 color RGB value is (190,175,104).

#beaf68 hex color red value is 190, green value is 175 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #beaf68 hue: 0.14 , saturation: 0.40 and the lightness value of beaf68 is 0.58.

The process color (four color CMYK) of #beaf68 color hex is 0.00, 0.08, 0.45, 0.25. Web safe color of #beaf68 is #cc9966. Color #beaf68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 01101000
Octal 276 257 150
Decimal 190 175 104
Hex BE AF 68

RGB Percentages of Color #beaf68

%40.51
%37.31
%22.17

CMYK Percentages of Color #beaf68

%0
%8
%45
%25

Triadic Colors of #beaf68

#beaf68 #68beaf #af68be

Analogous Colors of #beaf68

#beaf68 #a2be68 #be8468

Monochromatic Colors of #beaf68

#beaf68

Complementary Color

#beaf68 #6877be

#beaf68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaf68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaf68 Color CSS Codes

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

#beaf68 Text Font Color

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

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


#beaf68 Background Color

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

This div background color is #beaf68


#beaf68 Border Color

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

This div border color is #beaf68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaf68


Comments

No comments written yet.

Please login to write comment.