Color Hex Logo

#bec17d Color Hex

#BEC17D
(190,193,125)
0 Favorites   0 Comments

Color spaces of #bec17d

RGB 190193125
HSL0.170.350.62
HSV63°35°76°
CMYK 0.020.000.35   0.24
XYZ44.006850.567726.8432
Yxy50.56770.36240.4165
Hunter Lab71.1110-13.980027.3967
CIE-Lab76.4164-11.537133.9317

#bec17d color RGB value is (190,193,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000001 01111101
Octal 276 301 175
Decimal 190 193 125
Hex BE C1 7D

RGB Percentages of Color #bec17d

%37.40
%37.99
%24.61

CMYK Percentages of Color #bec17d

%2
%0
%35
%24

Triadic Colors of #bec17d

#bec17d #7dbec1 #c17dbe

Analogous Colors of #bec17d

#bec17d #9cc17d #c1a27d

Monochromatic Colors of #bec17d

#bec17d

Complementary Color

#bec17d #807dc1

#bec17d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec17d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec17d Color CSS Codes

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

#bec17d Text Font Color

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

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


#bec17d Background Color

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

This div background color is #bec17d


#bec17d Border Color

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

This div border color is #bec17d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec17d


Comments

No comments written yet.

Please login to write comment.