Color Hex Logo

#bec752 Color Hex

#BEC752
(190,199,82)
0 Favorites   0 Comments

Color spaces of #bec752

RGB 19019982
HSL0.180.510.55
HSV65°59°78°
CMYK 0.050.000.59   0.22
XYZ43.181652.403215.8216
Yxy52.40320.38760.4704
Hunter Lab72.3901-20.205037.7146
CIE-Lab77.5213-18.732656.0975

#bec752 color RGB value is (190,199,82).

#bec752 hex color red value is 190, green value is 199 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #bec752 hue: 0.18 , saturation: 0.51 and the lightness value of bec752 is 0.55.

The process color (four color CMYK) of #bec752 color hex is 0.05, 0.00, 0.59, 0.22. Web safe color of #bec752 is #cccc66. Color #bec752 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000111 01010010
Octal 276 307 122
Decimal 190 199 82
Hex BE C7 52

RGB Percentages of Color #bec752

%40.34
%42.25
%17.41

CMYK Percentages of Color #bec752

%5
%0
%59
%22

Triadic Colors of #bec752

#bec752 #52bec7 #c752be

Analogous Colors of #bec752

#bec752 #84c752 #c79652

Monochromatic Colors of #bec752

#bec752

Complementary Color

#bec752 #5b52c7

#bec752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec752 Color CSS Codes

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

#bec752 Text Font Color

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

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


#bec752 Background Color

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

This div background color is #bec752


#bec752 Border Color

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

This div border color is #bec752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec752


Comments

No comments written yet.

Please login to write comment.