Color Hex Logo

#bef75d Color Hex

#BEF75D
(190,247,93)
0 Favorites   0 Comments

Color spaces of #bef75d

RGB 19024793
HSL0.230.910.67
HSV82°62°97°
CMYK 0.230.000.62   0.03
XYZ56.471878.259022.4850
Yxy78.25900.35920.4978
Hunter Lab88.4641-40.865346.8551
CIE-Lab90.8980-40.426766.0914

#bef75d color RGB value is (190,247,93).

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

The process color (four color CMYK) of #bef75d color hex is 0.23, 0.00, 0.62, 0.03. Web safe color of #bef75d is #ccff66. Color #bef75d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110111 01011101
Octal 276 367 135
Decimal 190 247 93
Hex BE F7 5D

RGB Percentages of Color #bef75d

%35.85
%46.60
%17.55

CMYK Percentages of Color #bef75d

%23
%0
%62
%3

Triadic Colors of #bef75d

#bef75d #5dbef7 #f75dbe

Analogous Colors of #bef75d

#bef75d #71f75d #f7e35d

Monochromatic Colors of #bef75d

#bef75d

Complementary Color

#bef75d #965df7

#bef75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef75d Color CSS Codes

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

#bef75d Text Font Color

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

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


#bef75d Background Color

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

This div background color is #bef75d


#bef75d Border Color

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

This div border color is #bef75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef75d

Related Colors


Comments

No comments written yet.

Please login to write comment.