Color Hex Logo

#becd15 Color Hex

#BECD15
(190,205,21)
0 Favorites   0 Comments

Color spaces of #becd15

RGB 19020521
HSL0.180.810.44
HSV65°90°80°
CMYK 0.070.000.90   0.20
XYZ43.201954.66398.9837
Yxy54.66390.40430.5116
Hunter Lab73.9350-25.084844.5503
CIE-Lab78.8473-24.387876.4612

#becd15 color RGB value is (190,205,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001101 00010101
Octal 276 315 25
Decimal 190 205 21
Hex BE CD 15

RGB Percentages of Color #becd15

%45.67
%49.28
%5.05

CMYK Percentages of Color #becd15

%7
%0
%90
%20

Triadic Colors of #becd15

#becd15 #15becd #cd15be

Analogous Colors of #becd15

#becd15 #62cd15 #cd8015

Monochromatic Colors of #becd15

#becd15

Complementary Color

#becd15 #2415cd

#becd15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becd15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becd15 Color CSS Codes

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

#becd15 Text Font Color

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

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


#becd15 Background Color

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

This div background color is #becd15


#becd15 Border Color

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

This div border color is #becd15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becd15


Comments

No comments written yet.

Please login to write comment.