Color Hex Logo

#becd52 Color Hex

#BECD52
(190,205,82)
0 Favorites   0 Comments

Color spaces of #becd52

RGB 19020582
HSL0.190.550.56
HSV67°60°80°
CMYK 0.070.000.60   0.20
XYZ44.589555.219016.2909
Yxy55.21900.38410.4756
Hunter Lab74.3095-22.932539.0185
CIE-Lab79.1672-21.694457.9058

#becd52 color RGB value is (190,205,82).

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

The process color (four color CMYK) of #becd52 color hex is 0.07, 0.00, 0.60, 0.20. Web safe color of #becd52 is #cccc66. Color #becd52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001101 01010010
Octal 276 315 122
Decimal 190 205 82
Hex BE CD 52

RGB Percentages of Color #becd52

%39.83
%42.98
%17.19

CMYK Percentages of Color #becd52

%7
%0
%60
%20

Triadic Colors of #becd52

#becd52 #52becd #cd52be

Analogous Colors of #becd52

#becd52 #81cd52 #cd9f52

Monochromatic Colors of #becd52

#becd52

Complementary Color

#becd52 #6152cd

#becd52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becd52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becd52 Color CSS Codes

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

#becd52 Text Font Color

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

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


#becd52 Background Color

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

This div background color is #becd52


#becd52 Border Color

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

This div border color is #becd52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becd52


Comments

No comments written yet.

Please login to write comment.