Color Hex Logo

#bed8cf Color Hex

#BED8CF
(190,216,207)
0 Favorites   0 Comments

Color spaces of #bed8cf

RGB 190216207
HSL0.440.250.80
HSV159°12°85°
CMYK 0.120.000.04   0.15
XYZ57.053664.563968.4865
Yxy64.56390.30010.3396
Hunter Lab80.3517-13.87175.7112
CIE-Lab84.2585-10.36981.4986

#bed8cf color RGB value is (190,216,207).

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

The process color (four color CMYK) of #bed8cf color hex is 0.12, 0.00, 0.04, 0.15. Web safe color of #bed8cf is #cccccc. Color #bed8cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011000 11001111
Octal 276 330 317
Decimal 190 216 207
Hex BE D8 CF

RGB Percentages of Color #bed8cf

%31.00
%35.24
%33.77

CMYK Percentages of Color #bed8cf

%12
%0
%4
%15

Triadic Colors of #bed8cf

#bed8cf #cfbed8 #d8cfbe

Analogous Colors of #bed8cf

#bed8cf #bed4d8 #bed8c2

Monochromatic Colors of #bed8cf

#bed8cf

Complementary Color

#bed8cf #d8bec7

#bed8cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed8cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed8cf Color CSS Codes

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

#bed8cf Text Font Color

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

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


#bed8cf Background Color

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

This div background color is #bed8cf


#bed8cf Border Color

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

This div border color is #bed8cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed8cf


Comments

No comments written yet.

Please login to write comment.