Color Hex Logo

#bec605 Color Hex

#BEC605
(190,198,5)
0 Favorites   0 Comments

Color spaces of #bec605

RGB 1901985
HSL0.170.950.40
HSV62°97°78°
CMYK 0.040.000.97   0.22
XYZ41.456751.34637.8694
Yxy51.34630.41180.5100
Hunter Lab71.6563-22.127643.6481
CIE-Lab76.8883-21.191976.8435

#bec605 color RGB value is (190,198,5).

#bec605 hex color red value is 190, green value is 198 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #bec605 hue: 0.17 , saturation: 0.95 and the lightness value of bec605 is 0.40.

The process color (four color CMYK) of #bec605 color hex is 0.04, 0.00, 0.97, 0.22. Web safe color of #bec605 is #cccc00. Color #bec605 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000110 00000101
Octal 276 306 5
Decimal 190 198 5
Hex BE C6 5

RGB Percentages of Color #bec605

%48.35
%50.38
%1.27

CMYK Percentages of Color #bec605

%4
%0
%97
%22

Triadic Colors of #bec605

#bec605 #05bec6 #c605be

Analogous Colors of #bec605

#bec605 #5dc605 #c66e05

Monochromatic Colors of #bec605

#bec605

Complementary Color

#bec605 #0d05c6

#bec605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec605 Color CSS Codes

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

#bec605 Text Font Color

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

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


#bec605 Background Color

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

This div background color is #bec605


#bec605 Border Color

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

This div border color is #bec605


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec605


Comments

No comments written yet.

Please login to write comment.