Color Hex Logo

#bec07d Color Hex

#BEC07D
(190,192,125)
0 Favorites   0 Comments

Color spaces of #bec07d

RGB 190192125
HSL0.170.350.62
HSV62°35°75°
CMYK 0.010.000.35   0.25
XYZ43.786550.127126.7697
Yxy50.12710.36280.4154
Hunter Lab70.8005-13.507727.1428
CIE-Lab76.1472-11.023333.5822

#bec07d color RGB value is (190,192,125).

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

The process color (four color CMYK) of #bec07d color hex is 0.01, 0.00, 0.35, 0.25. Web safe color of #bec07d is #cccc66. Color #bec07d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000000 01111101
Octal 276 300 175
Decimal 190 192 125
Hex BE C0 7D

RGB Percentages of Color #bec07d

%37.48
%37.87
%24.65

CMYK Percentages of Color #bec07d

%1
%0
%35
%25

Triadic Colors of #bec07d

#bec07d #7dbec0 #c07dbe

Analogous Colors of #bec07d

#bec07d #9dc07d #c0a17d

Monochromatic Colors of #bec07d

#bec07d

Complementary Color

#bec07d #7f7dc0

#bec07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec07d Color CSS Codes

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

#bec07d Text Font Color

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

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


#bec07d Background Color

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

This div background color is #bec07d


#bec07d Border Color

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

This div border color is #bec07d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec07d


Comments

No comments written yet.

Please login to write comment.