Color Hex Logo

#bedbed Color Hex

#BEDBED
(190,219,237)
3 Favorites   0 Comments

Color spaces of #bedbed

RGB 190219237
HSL0.560.570.84
HSV203°20°93°
CMYK 0.200.080.00   0.07
XYZ61.852867.724689.9329
Yxy67.72460.28180.3085
Hunter Lab82.2950-9.8558-7.1863
CIE-Lab85.8686-5.8003-12.0150

#bedbed color RGB value is (190,219,237).

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

The process color (four color CMYK) of #bedbed color hex is 0.20, 0.08, 0.00, 0.07. Web safe color of #bedbed is #ccccff. Color #bedbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011011 11101101
Octal 276 333 355
Decimal 190 219 237
Hex BE DB ED

RGB Percentages of Color #bedbed

%29.41
%33.90
%36.69

CMYK Percentages of Color #bedbed

%20
%8
%0
%7

Triadic Colors of #bedbed

#bedbed #edbedb #dbedbe

Analogous Colors of #bedbed

#bedbed #bec4ed #beede8

Monochromatic Colors of #bedbed

#bedbed

Complementary Color

#bedbed #edd0be

#bedbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedbed Color CSS Codes

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

#bedbed Text Font Color

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

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


#bedbed Background Color

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

This div background color is #bedbed


#bedbed Border Color

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

This div border color is #bedbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedbed


Comments

No comments written yet.

Please login to write comment.