Color Hex Logo

#beec06 Color Hex

#BEEC06
(190,236,6)
0 Favorites   0 Comments

Color spaces of #beec06

RGB 1902366
HSL0.200.950.47
HSV72°97°93°
CMYK 0.190.000.97   0.07
XYZ51.263570.951211.1654
Yxy70.95120.38430.5319
Hunter Lab84.2325-38.772751.1036
CIE-Lab87.4613-38.954984.7688

#beec06 color RGB value is (190,236,6).

#beec06 hex color red value is 190, green value is 236 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #beec06 hue: 0.20 , saturation: 0.95 and the lightness value of beec06 is 0.47.

The process color (four color CMYK) of #beec06 color hex is 0.19, 0.00, 0.97, 0.07. Web safe color of #beec06 is #ccff00. Color #beec06 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101100 00000110
Octal 276 354 6
Decimal 190 236 6
Hex BE EC 6

RGB Percentages of Color #beec06

%43.98
%54.63
%1.39

CMYK Percentages of Color #beec06

%19
%0
%97
%7

Triadic Colors of #beec06

#beec06 #06beec #ec06be

Analogous Colors of #beec06

#beec06 #4bec06 #eca706

Monochromatic Colors of #beec06

#beec06

Complementary Color

#beec06 #3406ec

#beec06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beec06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beec06 Color CSS Codes

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

#beec06 Text Font Color

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

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


#beec06 Background Color

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

This div background color is #beec06


#beec06 Border Color

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

This div border color is #beec06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beec06


Comments

No comments written yet.

Please login to write comment.