Color Hex Logo

#beed71 Color Hex

#BEED71
(190,237,113)
0 Favorites   0 Comments

Color spaces of #beed71

RGB 190237113
HSL0.230.780.69
HSV83°52°93°
CMYK 0.200.000.52   0.07
XYZ54.500072.707826.7843
Yxy72.70780.35390.4722
Hunter Lab85.2689-35.131441.0643
CIE-Lab88.3082-34.214254.5266

#beed71 color RGB value is (190,237,113).

#beed71 hex color red value is 190, green value is 237 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #beed71 hue: 0.23 , saturation: 0.78 and the lightness value of beed71 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101101 01110001
Octal 276 355 161
Decimal 190 237 113
Hex BE ED 71

RGB Percentages of Color #beed71

%35.19
%43.89
%20.93

CMYK Percentages of Color #beed71

%20
%0
%52
%7

Triadic Colors of #beed71

#beed71 #71beed #ed71be

Analogous Colors of #beed71

#beed71 #80ed71 #edde71

Monochromatic Colors of #beed71

#beed71

Complementary Color

#beed71 #a071ed

#beed71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beed71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beed71 Color CSS Codes

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

#beed71 Text Font Color

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

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


#beed71 Background Color

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

This div background color is #beed71


#beed71 Border Color

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

This div border color is #beed71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beed71


Comments

No comments written yet.

Please login to write comment.