Color Hex Logo

#bef217 Color Hex

#BEF217
(190,242,23)
0 Favorites   0 Comments

Color spaces of #bef217

RGB 19024223
HSL0.210.890.52
HSV74°90°95°
CMYK 0.210.000.90   0.05
XYZ53.142074.513312.3922
Yxy74.51330.37950.5321
Hunter Lab86.3211-41.171651.9131
CIE-Lab89.1645-41.384684.3953

#bef217 color RGB value is (190,242,23).

#bef217 hex color red value is 190, green value is 242 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #bef217 hue: 0.21 , saturation: 0.89 and the lightness value of bef217 is 0.52.

The process color (four color CMYK) of #bef217 color hex is 0.21, 0.00, 0.90, 0.05. Web safe color of #bef217 is #ccff00. Color #bef217 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110010 00010111
Octal 276 362 27
Decimal 190 242 23
Hex BE F2 17

RGB Percentages of Color #bef217

%41.76
%53.19
%5.05

CMYK Percentages of Color #bef217

%21
%0
%90
%5

Triadic Colors of #bef217

#bef217 #17bef2 #f217be

Analogous Colors of #bef217

#bef217 #50f217 #f2b917

Monochromatic Colors of #bef217

#bef217

Complementary Color

#bef217 #4b17f2

#bef217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef217 Color CSS Codes

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

#bef217 Text Font Color

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

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


#bef217 Background Color

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

This div background color is #bef217


#bef217 Border Color

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

This div border color is #bef217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef217


Comments

No comments written yet.

Please login to write comment.