Color Hex Logo

#bec15d Color Hex

#BEC15D
(190,193,93)
0 Favorites   0 Comments

Color spaces of #bec15d

RGB 19019393
HSL0.170.450.56
HSV62°52°76°
CMYK 0.020.000.52   0.24
XYZ42.281049.877417.7548
Yxy49.87740.38470.4538
Hunter Lab70.6239-16.727834.5313
CIE-Lab75.9939-14.840249.3450

#bec15d color RGB value is (190,193,93).

#bec15d hex color red value is 190, green value is 193 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bec15d hue: 0.17 , saturation: 0.45 and the lightness value of bec15d is 0.56.

The process color (four color CMYK) of #bec15d color hex is 0.02, 0.00, 0.52, 0.24. Web safe color of #bec15d is #cccc66. Color #bec15d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000001 01011101
Octal 276 301 135
Decimal 190 193 93
Hex BE C1 5D

RGB Percentages of Color #bec15d

%39.92
%40.55
%19.54

CMYK Percentages of Color #bec15d

%2
%0
%52
%24

Triadic Colors of #bec15d

#bec15d #5dbec1 #c15dbe

Analogous Colors of #bec15d

#bec15d #8cc15d #c1925d

Monochromatic Colors of #bec15d

#bec15d

Complementary Color

#bec15d #605dc1

#bec15d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec15d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec15d Color CSS Codes

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

#bec15d Text Font Color

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

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


#bec15d Background Color

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

This div background color is #bec15d


#bec15d Border Color

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

This div border color is #bec15d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec15d


Comments

No comments written yet.

Please login to write comment.