Color Hex Logo

#beced9 Color Hex

#BECED9
(190,206,217)
0 Favorites   0 Comments

Color spaces of #beced9

RGB 190206217
HSL0.570.260.80
HSV204°12°85°
CMYK 0.120.050.00   0.15
XYZ55.830960.099574.3034
Yxy60.09950.29350.3159
Hunter Lab77.5239-7.1152-2.5603
CIE-Lab81.8922-3.2052-7.3014

#beced9 color RGB value is (190,206,217).

#beced9 hex color red value is 190, green value is 206 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #beced9 hue: 0.57 , saturation: 0.26 and the lightness value of beced9 is 0.80.

The process color (four color CMYK) of #beced9 color hex is 0.12, 0.05, 0.00, 0.15. Web safe color of #beced9 is #cccccc. Color #beced9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001110 11011001
Octal 276 316 331
Decimal 190 206 217
Hex BE CE D9

RGB Percentages of Color #beced9

%31.00
%33.61
%35.40

CMYK Percentages of Color #beced9

%12
%5
%0
%15

Triadic Colors of #beced9

#beced9 #d9bece #ced9be

Analogous Colors of #beced9

#beced9 #bec1d9 #bed9d7

Monochromatic Colors of #beced9

#beced9

Complementary Color

#beced9 #d9c9be

#beced9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beced9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beced9 Color CSS Codes

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

#beced9 Text Font Color

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

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


#beced9 Background Color

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

This div background color is #beced9


#beced9 Border Color

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

This div border color is #beced9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beced9

#beced9 Color Palettes


Comments

No comments written yet.

Please login to write comment.