Color Hex Logo

#beec0f Color Hex

#BEEC0F
(190,236,15)
0 Favorites   0 Comments

Color spaces of #beec0f

RGB 19023615
HSL0.200.880.49
HSV72°94°93°
CMYK 0.190.000.94   0.07
XYZ51.316970.972511.4463
Yxy70.97250.38370.5307
Hunter Lab84.2452-38.698050.9160
CIE-Lab87.4716-38.858384.0082

#beec0f color RGB value is (190,236,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101100 00001111
Octal 276 354 17
Decimal 190 236 15
Hex BE EC F

RGB Percentages of Color #beec0f

%43.08
%53.51
%3.40

CMYK Percentages of Color #beec0f

%19
%0
%94
%7

Triadic Colors of #beec0f

#beec0f #0fbeec #ec0fbe

Analogous Colors of #beec0f

#beec0f #50ec0f #ecac0f

Monochromatic Colors of #beec0f

#beec0f

Complementary Color

#beec0f #3d0fec

#beec0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beec0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#beec0f Color CSS Codes

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

#beec0f Text Font Color

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

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


#beec0f Background Color

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

This div background color is #beec0f


#beec0f Border Color

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

This div border color is #beec0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beec0f


Comments

No comments written yet.

Please login to write comment.