Color Hex Logo

#beed7d Color Hex

#BEED7D
(190,237,125)
0 Favorites   0 Comments

Color spaces of #beed7d

RGB 190237125
HSL0.240.760.71
HSV85°47°93°
CMYK 0.200.000.47   0.07
XYZ55.221172.996230.5813
Yxy72.99620.34770.4597
Hunter Lab85.4378-34.146138.5844
CIE-Lab88.4459-32.983849.1021

#beed7d color RGB value is (190,237,125).

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

The process color (four color CMYK) of #beed7d color hex is 0.20, 0.00, 0.47, 0.07. Web safe color of #beed7d is #ccff66. Color #beed7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101101 01111101
Octal 276 355 175
Decimal 190 237 125
Hex BE ED 7D

RGB Percentages of Color #beed7d

%34.42
%42.93
%22.64

CMYK Percentages of Color #beed7d

%20
%0
%47
%7

Triadic Colors of #beed7d

#beed7d #7dbeed #ed7dbe

Analogous Colors of #beed7d

#beed7d #86ed7d #ede47d

Monochromatic Colors of #beed7d

#beed7d

Complementary Color

#beed7d #ac7ded

#beed7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beed7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#beed7d Color CSS Codes

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

#beed7d Text Font Color

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

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


#beed7d Background Color

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

This div background color is #beed7d


#beed7d Border Color

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

This div border color is #beed7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beed7d


Comments

No comments written yet.

Please login to write comment.