Color Hex Logo

#beced8 Color Hex

#BECED8
(190,206,216)
0 Favorites   0 Comments

Color spaces of #beced8

RGB 190206216
HSL0.560.250.80
HSV203°12°85°
CMYK 0.120.050.00   0.15
XYZ55.701260.047673.6203
Yxy60.04760.29410.3171
Hunter Lab77.4904-7.2998-2.0856
CIE-Lab81.8641-3.4082-6.8088

#beced8 color RGB value is (190,206,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001110 11011000
Octal 276 316 330
Decimal 190 206 216
Hex BE CE D8

RGB Percentages of Color #beced8

%31.05
%33.66
%35.29

CMYK Percentages of Color #beced8

%12
%5
%0
%15

Triadic Colors of #beced8

#beced8 #d8bece #ced8be

Analogous Colors of #beced8

#beced8 #bec1d8 #bed8d5

Monochromatic Colors of #beced8

#beced8

Complementary Color

#beced8 #d8c8be

#beced8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beced8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beced8 Color CSS Codes

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

#beced8 Text Font Color

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

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


#beced8 Background Color

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

This div background color is #beced8


#beced8 Border Color

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

This div border color is #beced8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beced8


Comments

No comments written yet.

Please login to write comment.