Color Hex Logo

#bed4df Color Hex

#BED4DF
(190,212,223)
2 Favorites   0 Comments

Color spaces of #bed4df

RGB 190212223
HSL0.560.340.81
HSV200°15°87°
CMYK 0.150.050.00   0.13
XYZ58.098063.361878.9800
Yxy63.36180.28990.3161
Hunter Lab79.6001-9.0179-3.1080
CIE-Lab83.6324-5.1129-7.9204

#bed4df color RGB value is (190,212,223).

#bed4df hex color red value is 190, green value is 212 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bed4df hue: 0.56 , saturation: 0.34 and the lightness value of bed4df is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010100 11011111
Octal 276 324 337
Decimal 190 212 223
Hex BE D4 DF

RGB Percentages of Color #bed4df

%30.40
%33.92
%35.68

CMYK Percentages of Color #bed4df

%15
%5
%0
%13

Triadic Colors of #bed4df

#bed4df #dfbed4 #d4dfbe

Analogous Colors of #bed4df

#bed4df #bec4df #bedfda

Monochromatic Colors of #bed4df

#bed4df

Complementary Color

#bed4df #dfc9be

#bed4df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed4df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed4df Color CSS Codes

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

#bed4df Text Font Color

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

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


#bed4df Background Color

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

This div background color is #bed4df


#bed4df Border Color

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

This div border color is #bed4df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed4df

#bed4df Color Palettes


Comments

No comments written yet.

Please login to write comment.