Color Hex Logo

#bedced Color Hex

#BEDCED
(190,220,237)
0 Favorites   0 Comments

Color spaces of #bedced

RGB 190220237
HSL0.560.570.84
HSV202°20°93°
CMYK 0.200.070.00   0.07
XYZ62.114568.248090.0202
Yxy68.24800.28180.3097
Hunter Lab82.6123-10.3612-6.7779
CIE-Lab86.1303-6.3183-11.6244

#bedced color RGB value is (190,220,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011100 11101101
Octal 276 334 355
Decimal 190 220 237
Hex BE DC ED

RGB Percentages of Color #bedced

%29.37
%34.00
%36.63

CMYK Percentages of Color #bedced

%20
%7
%0
%7

Triadic Colors of #bedced

#bedced #edbedc #dcedbe

Analogous Colors of #bedced

#bedced #bec5ed #beede7

Monochromatic Colors of #bedced

#bedced

Complementary Color

#bedced #edcfbe

#bedced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedced Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedced Color CSS Codes

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

#bedced Text Font Color

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

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


#bedced Background Color

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

This div background color is #bedced


#bedced Border Color

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

This div border color is #bedced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedced


Comments

No comments written yet.

Please login to write comment.