Color Hex Logo

#beb258 Color Hex

#BEB258
(190,178,88)
0 Favorites   0 Comments

Color spaces of #beb258

RGB 19017888
HSL0.150.440.55
HSV53°54°75°
CMYK 0.000.060.54   0.25
XYZ38.917143.492515.5763
Yxy43.49250.39720.4439
Hunter Lab65.9488-10.075832.1606
CIE-Lab71.8880-7.545446.9311

#beb258 color RGB value is (190,178,88).

#beb258 hex color red value is 190, green value is 178 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #beb258 hue: 0.15 , saturation: 0.44 and the lightness value of beb258 is 0.55.

The process color (four color CMYK) of #beb258 color hex is 0.00, 0.06, 0.54, 0.25. Web safe color of #beb258 is #cc9966. Color #beb258 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110010 01011000
Octal 276 262 130
Decimal 190 178 88
Hex BE B2 58

RGB Percentages of Color #beb258

%41.67
%39.04
%19.30

CMYK Percentages of Color #beb258

%0
%6
%54
%25

Triadic Colors of #beb258

#beb258 #58beb2 #b258be

Analogous Colors of #beb258

#beb258 #97be58 #be7f58

Monochromatic Colors of #beb258

#beb258

Complementary Color

#beb258 #5864be

#beb258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb258 Color CSS Codes

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

#beb258 Text Font Color

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

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


#beb258 Background Color

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

This div background color is #beb258


#beb258 Border Color

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

This div border color is #beb258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb258


Comments

No comments written yet.

Please login to write comment.