Color Hex Logo

#bef95d Color Hex

#BEF95D
(190,249,93)
0 Favorites   0 Comments

Color spaces of #bef95d

RGB 19024993
HSL0.230.930.67
HSV83°63°98°
CMYK 0.240.000.63   0.02
XYZ57.086779.488822.6900
Yxy79.48880.35840.4991
Hunter Lab89.1565-41.730747.3205
CIE-Lab91.4550-41.307666.6936

#bef95d color RGB value is (190,249,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111001 01011101
Octal 276 371 135
Decimal 190 249 93
Hex BE F9 5D

RGB Percentages of Color #bef95d

%35.71
%46.80
%17.48

CMYK Percentages of Color #bef95d

%24
%0
%63
%2

Triadic Colors of #bef95d

#bef95d #5dbef9 #f95dbe

Analogous Colors of #bef95d

#bef95d #70f95d #f9e65d

Monochromatic Colors of #bef95d

#bef95d

Complementary Color

#bef95d #985df9

#bef95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef95d Color CSS Codes

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

#bef95d Text Font Color

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

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


#bef95d Background Color

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

This div background color is #bef95d


#bef95d Border Color

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

This div border color is #bef95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef95d


Comments

No comments written yet.

Please login to write comment.