Color Hex Logo

#bef672 Color Hex

#BEF672
(190,246,114)
0 Favorites   0 Comments

Color spaces of #bef672

RGB 190246114
HSL0.240.880.71
HSV85°54°96°
CMYK 0.230.000.54   0.04
XYZ57.228278.073627.9731
Yxy78.07360.35050.4782
Hunter Lab88.3593-39.018543.0812
CIE-Lab90.8135-38.194257.0188

#bef672 color RGB value is (190,246,114).

#bef672 hex color red value is 190, green value is 246 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #bef672 hue: 0.24 , saturation: 0.88 and the lightness value of bef672 is 0.71.

The process color (four color CMYK) of #bef672 color hex is 0.23, 0.00, 0.54, 0.04. Web safe color of #bef672 is #ccff66. Color #bef672 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110110 01110010
Octal 276 366 162
Decimal 190 246 114
Hex BE F6 72

RGB Percentages of Color #bef672

%34.55
%44.73
%20.73

CMYK Percentages of Color #bef672

%23
%0
%54
%4

Triadic Colors of #bef672

#bef672 #72bef6 #f672be

Analogous Colors of #bef672

#bef672 #7cf672 #f6ec72

Monochromatic Colors of #bef672

#bef672

Complementary Color

#bef672 #aa72f6

#bef672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef672 Color CSS Codes

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

#bef672 Text Font Color

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

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


#bef672 Background Color

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

This div background color is #bef672


#bef672 Border Color

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

This div border color is #bef672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef672


Comments

No comments written yet.

Please login to write comment.