Color Hex Logo

#beebed Color Hex

#BEEBED
(190,235,237)
0 Favorites   0 Comments

Color spaces of #beebed

RGB 190235237
HSL0.510.570.84
HSV183°20°93°
CMYK 0.200.010.00   0.07
XYZ66.229676.478291.3919
Yxy76.47820.28290.3267
Hunter Lab87.4518-17.8579-0.7450
CIE-Lab90.0809-13.9689-5.7616

#beebed color RGB value is (190,235,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101011 11101101
Octal 276 353 355
Decimal 190 235 237
Hex BE EB ED

RGB Percentages of Color #beebed

%28.70
%35.50
%35.80

CMYK Percentages of Color #beebed

%20
%1
%0
%7

Triadic Colors of #beebed

#beebed #edbeeb #ebedbe

Analogous Colors of #beebed

#beebed #bed4ed #beedd8

Monochromatic Colors of #beebed

#beebed

Complementary Color

#beebed #edc0be

#beebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#beebed Color CSS Codes

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

#beebed Text Font Color

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

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


#beebed Background Color

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

This div background color is #beebed


#beebed Border Color

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

This div border color is #beebed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,235,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 #beebed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beebed


Comments

No comments written yet.

Please login to write comment.