Color Hex Logo

#bef952 Color Hex

#BEF952
(190,249,82)
0 Favorites   0 Comments

Color spaces of #bef952

RGB 19024982
HSL0.230.930.65
HSV81°67°98°
CMYK 0.240.000.67   0.02
XYZ56.633979.307720.3056
Yxy79.30770.36250.5076
Hunter Lab89.0549-42.330048.8196
CIE-Lab91.3733-42.073970.8609

#bef952 color RGB value is (190,249,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111001 01010010
Octal 276 371 122
Decimal 190 249 82
Hex BE F9 52

RGB Percentages of Color #bef952

%36.47
%47.79
%15.74

CMYK Percentages of Color #bef952

%24
%0
%67
%2

Triadic Colors of #bef952

#bef952 #52bef9 #f952be

Analogous Colors of #bef952

#bef952 #6bf952 #f9e152

Monochromatic Colors of #bef952

#bef952

Complementary Color

#bef952 #8d52f9

#bef952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef952 Color CSS Codes

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

#bef952 Text Font Color

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

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


#bef952 Background Color

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

This div background color is #bef952


#bef952 Border Color

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

This div border color is #bef952


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,249,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 #bef952">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef952


Comments

No comments written yet.

Please login to write comment.