Color Hex Logo

#becd35 Color Hex

#BECD35
(190,205,53)
0 Favorites   0 Comments

Color spaces of #becd35

RGB 19020553
HSL0.180.600.51
HSV66°74°80°
CMYK 0.070.000.74   0.20
XYZ43.709154.866811.6548
Yxy54.86680.39650.4977
Hunter Lab74.0721-24.295442.5216
CIE-Lab78.9645-23.394468.7709

#becd35 color RGB value is (190,205,53).

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

The process color (four color CMYK) of #becd35 color hex is 0.07, 0.00, 0.74, 0.20. Web safe color of #becd35 is #cccc33. Color #becd35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001101 00110101
Octal 276 315 65
Decimal 190 205 53
Hex BE CD 35

RGB Percentages of Color #becd35

%42.41
%45.76
%11.83

CMYK Percentages of Color #becd35

%7
%0
%74
%20

Triadic Colors of #becd35

#becd35 #35becd #cd35be

Analogous Colors of #becd35

#becd35 #72cd35 #cd9035

Monochromatic Colors of #becd35

#becd35

Complementary Color

#becd35 #4435cd

#becd35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becd35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becd35 Color CSS Codes

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

#becd35 Text Font Color

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

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


#becd35 Background Color

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

This div background color is #becd35


#becd35 Border Color

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

This div border color is #becd35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becd35


Comments

No comments written yet.

Please login to write comment.