Color Hex Logo

#becd0d Color Hex

#BECD0D
(190,205,13)
0 Favorites   0 Comments

Color spaces of #becd0d

RGB 19020513
HSL0.180.880.43
HSV65°94°80°
CMYK 0.070.000.94   0.20
XYZ43.139254.63898.6534
Yxy54.63890.40530.5134
Hunter Lab73.9181-25.182744.8018
CIE-Lab78.8328-24.511577.5166

#becd0d color RGB value is (190,205,13).

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

The process color (four color CMYK) of #becd0d color hex is 0.07, 0.00, 0.94, 0.20. Web safe color of #becd0d is #cccc00. Color #becd0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001101 00001101
Octal 276 315 15
Decimal 190 205 13
Hex BE CD D

RGB Percentages of Color #becd0d

%46.57
%50.25
%3.19

CMYK Percentages of Color #becd0d

%7
%0
%94
%20

Triadic Colors of #becd0d

#becd0d #0dbecd #cd0dbe

Analogous Colors of #becd0d

#becd0d #5ecd0d #cd7c0d

Monochromatic Colors of #becd0d

#becd0d

Complementary Color

#becd0d #1c0dcd

#becd0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becd0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#becd0d Color CSS Codes

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

#becd0d Text Font Color

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

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


#becd0d Background Color

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

This div background color is #becd0d


#becd0d Border Color

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

This div border color is #becd0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becd0d


Comments

No comments written yet.

Please login to write comment.