Color Hex Logo

#befa52 Color Hex

#BEFA52
(190,250,82)
0 Favorites   0 Comments

Color spaces of #befa52

RGB 19025082
HSL0.230.940.65
HSV81°67°98°
CMYK 0.240.000.67   0.02
XYZ56.943879.927620.4090
Yxy79.92760.36210.5082
Hunter Lab89.4022-42.760249.0467
CIE-Lab91.6524-42.510671.1484

#befa52 color RGB value is (190,250,82).

#befa52 hex color red value is 190, green value is 250 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #befa52 hue: 0.23 , saturation: 0.94 and the lightness value of befa52 is 0.65.

The process color (four color CMYK) of #befa52 color hex is 0.24, 0.00, 0.67, 0.02. Web safe color of #befa52 is #ccff66. Color #befa52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111010 01010010
Octal 276 372 122
Decimal 190 250 82
Hex BE FA 52

RGB Percentages of Color #befa52

%36.40
%47.89
%15.71

CMYK Percentages of Color #befa52

%24
%0
%67
%2

Triadic Colors of #befa52

#befa52 #52befa #fa52be

Analogous Colors of #befa52

#befa52 #6afa52 #fae252

Monochromatic Colors of #befa52

#befa52

Complementary Color

#befa52 #8e52fa

#befa52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befa52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befa52 Color CSS Codes

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

#befa52 Text Font Color

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

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


#befa52 Background Color

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

This div background color is #befa52


#befa52 Border Color

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

This div border color is #befa52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befa52


Comments

No comments written yet.

Please login to write comment.