Color Hex Logo

#beca5d Color Hex

#BECA5D
(190,202,93)
0 Favorites   0 Comments

Color spaces of #beca5d

RGB 19020293
HSL0.190.510.58
HSV67°54°79°
CMYK 0.060.000.54   0.21
XYZ44.331553.978518.4383
Yxy53.97850.37970.4623
Hunter Lab73.4701-20.866536.5494
CIE-Lab78.4492-19.350152.1937

#beca5d color RGB value is (190,202,93).

#beca5d hex color red value is 190, green value is 202 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #beca5d hue: 0.19 , saturation: 0.51 and the lightness value of beca5d is 0.58.

The process color (four color CMYK) of #beca5d color hex is 0.06, 0.00, 0.54, 0.21. Web safe color of #beca5d is #cccc66. Color #beca5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001010 01011101
Octal 276 312 135
Decimal 190 202 93
Hex BE CA 5D

RGB Percentages of Color #beca5d

%39.18
%41.65
%19.18

CMYK Percentages of Color #beca5d

%6
%0
%54
%21

Triadic Colors of #beca5d

#beca5d #5dbeca #ca5dbe

Analogous Colors of #beca5d

#beca5d #88ca5d #caa05d

Monochromatic Colors of #beca5d

#beca5d

Complementary Color

#beca5d #695dca

#beca5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beca5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#beca5d Color CSS Codes

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

#beca5d Text Font Color

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

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


#beca5d Background Color

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

This div background color is #beca5d


#beca5d Border Color

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

This div border color is #beca5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beca5d


Comments

No comments written yet.

Please login to write comment.