Color Hex Logo

#beeded Color Hex

#BEEDED
(190,237,237)
0 Favorites   0 Comments

Color spaces of #beeded

RGB 190237237
HSL0.500.570.84
HSV180°20°93°
CMYK 0.200.000.00   0.07
XYZ66.805577.629991.5838
Yxy77.62990.28310.3289
Hunter Lab88.1078-18.84570.0464
CIE-Lab90.6107-14.9716-4.9800

#beeded color RGB value is (190,237,237).

#beeded hex color red value is 190, green value is 237 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #beeded hue: 0.50 , saturation: 0.57 and the lightness value of beeded is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101101 11101101
Octal 276 355 355
Decimal 190 237 237
Hex BE ED ED

RGB Percentages of Color #beeded

%28.61
%35.69
%35.69

CMYK Percentages of Color #beeded

%20
%0
%0
%7

Triadic Colors of #beeded

#beeded #edbeed #ededbe

Analogous Colors of #beeded

#beeded #bed6ed #beedd6

Monochromatic Colors of #beeded

#beeded

Complementary Color

#beeded #edbebe

#beeded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeded Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeded Color CSS Codes

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

#beeded Text Font Color

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

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


#beeded Background Color

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

This div background color is #beeded


#beeded Border Color

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

This div border color is #beeded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeded


Comments

No comments written yet.

Please login to write comment.