Color Hex Logo

#becd68 Color Hex

#BECD68
(190,205,104)
0 Favorites   0 Comments

Color spaces of #becd68

RGB 190205104
HSL0.190.500.61
HSV69°49°80°
CMYK 0.070.000.49   0.20
XYZ45.565255.609321.4288
Yxy55.60930.37160.4536
Hunter Lab74.5716-21.432335.1627
CIE-Lab79.3909-19.845248.1324

#becd68 color RGB value is (190,205,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001101 01101000
Octal 276 315 150
Decimal 190 205 104
Hex BE CD 68

RGB Percentages of Color #becd68

%38.08
%41.08
%20.84

CMYK Percentages of Color #becd68

%7
%0
%49
%20

Triadic Colors of #becd68

#becd68 #68becd #cd68be

Analogous Colors of #becd68

#becd68 #8ccd68 #cdaa68

Monochromatic Colors of #becd68

#becd68

Complementary Color

#becd68 #7768cd

#becd68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becd68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becd68 Color CSS Codes

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

#becd68 Text Font Color

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

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


#becd68 Background Color

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

This div background color is #becd68


#becd68 Border Color

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

This div border color is #becd68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becd68


Comments

No comments written yet.

Please login to write comment.