Color Hex Logo

#bef238 Color Hex

#BEF238
(190,242,56)
0 Favorites   0 Comments

Color spaces of #bef238

RGB 19024256
HSL0.210.880.58
HSV77°77°95°
CMYK 0.210.000.77   0.05
XYZ53.701174.736915.3367
Yxy74.73690.37350.5198
Hunter Lab86.4505-40.408249.9970
CIE-Lab89.2696-40.398077.4385

#bef238 color RGB value is (190,242,56).

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

The process color (four color CMYK) of #bef238 color hex is 0.21, 0.00, 0.77, 0.05. Web safe color of #bef238 is #ccff33. Color #bef238 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110010 00111000
Octal 276 362 70
Decimal 190 242 56
Hex BE F2 38

RGB Percentages of Color #bef238

%38.93
%49.59
%11.48

CMYK Percentages of Color #bef238

%21
%0
%77
%5

Triadic Colors of #bef238

#bef238 #38bef2 #f238be

Analogous Colors of #bef238

#bef238 #61f238 #f2c938

Monochromatic Colors of #bef238

#bef238

Complementary Color

#bef238 #6c38f2

#bef238 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef238 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef238 Color CSS Codes

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

#bef238 Text Font Color

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

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


#bef238 Background Color

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

This div background color is #bef238


#bef238 Border Color

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

This div border color is #bef238


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef238


Comments

No comments written yet.

Please login to write comment.