Color Hex Logo

#bef38d Color Hex

#BEF38D
(190,243,141)
0 Favorites   0 Comments

Color spaces of #bef38d

RGB 190243141
HSL0.250.810.75
HSV91°42°95°
CMYK 0.220.000.42   0.05
XYZ58.093576.971436.9944
Yxy76.97140.33760.4474
Hunter Lab87.7333-35.337836.4126
CIE-Lab90.3084-33.900043.7322

#bef38d color RGB value is (190,243,141).

#bef38d hex color red value is 190, green value is 243 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bef38d hue: 0.25 , saturation: 0.81 and the lightness value of bef38d is 0.75.

The process color (four color CMYK) of #bef38d color hex is 0.22, 0.00, 0.42, 0.05. Web safe color of #bef38d is #ccff99. Color #bef38d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110011 10001101
Octal 276 363 215
Decimal 190 243 141
Hex BE F3 8D

RGB Percentages of Color #bef38d

%33.10
%42.33
%24.56

CMYK Percentages of Color #bef38d

%22
%0
%42
%5

Triadic Colors of #bef38d

#bef38d #8dbef3 #f38dbe

Analogous Colors of #bef38d

#bef38d #8df38f #f1f38d

Monochromatic Colors of #bef38d

#bef38d

Complementary Color

#bef38d #c28df3

#bef38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef38d Color CSS Codes

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

#bef38d Text Font Color

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

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


#bef38d Background Color

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

This div background color is #bef38d


#bef38d Border Color

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

This div border color is #bef38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef38d


Comments

No comments written yet.

Please login to write comment.