Color Hex Logo

#beedb7 Color Hex

#BEEDB7
(190,237,183)
0 Favorites   0 Comments

Color spaces of #beedb7

RGB 190237183
HSL0.310.600.82
HSV112°23°93°
CMYK 0.200.000.23   0.07
XYZ60.066674.934456.0977
Yxy74.93440.31430.3921
Hunter Lab86.5647-27.628322.1727
CIE-Lab89.3623-25.071021.3253

#beedb7 color RGB value is (190,237,183).

#beedb7 hex color red value is 190, green value is 237 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #beedb7 hue: 0.31 , saturation: 0.60 and the lightness value of beedb7 is 0.82.

The process color (four color CMYK) of #beedb7 color hex is 0.20, 0.00, 0.23, 0.07. Web safe color of #beedb7 is #ccffcc. Color #beedb7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101101 10110111
Octal 276 355 267
Decimal 190 237 183
Hex BE ED B7

RGB Percentages of Color #beedb7

%31.15
%38.85
%30.00

CMYK Percentages of Color #beedb7

%20
%0
%23
%7

Triadic Colors of #beedb7

#beedb7 #b7beed #edb7be

Analogous Colors of #beedb7

#beedb7 #b7edcb #d9edb7

Monochromatic Colors of #beedb7

#beedb7

Complementary Color

#beedb7 #e6b7ed

#beedb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beedb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beedb7 Color CSS Codes

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

#beedb7 Text Font Color

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

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


#beedb7 Background Color

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

This div background color is #beedb7


#beedb7 Border Color

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

This div border color is #beedb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beedb7


Comments

No comments written yet.

Please login to write comment.