Color Hex Logo

#bed3df Color Hex

#BED3DF
(190,211,223)
0 Favorites   0 Comments

Color spaces of #bed3df

RGB 190211223
HSL0.560.340.81
HSV202°15°87°
CMYK 0.150.050.00   0.13
XYZ57.848862.863478.8969
Yxy62.86340.28980.3149
Hunter Lab79.2864-8.5145-3.4982
CIE-Lab83.3705-4.5915-8.3090

#bed3df color RGB value is (190,211,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11010011 11011111
Octal 276 323 337
Decimal 190 211 223
Hex BE D3 DF

RGB Percentages of Color #bed3df

%30.45
%33.81
%35.74

CMYK Percentages of Color #bed3df

%15
%5
%0
%13

Triadic Colors of #bed3df

#bed3df #dfbed3 #d3dfbe

Analogous Colors of #bed3df

#bed3df #bec3df #bedfdb

Monochromatic Colors of #bed3df

#bed3df

Complementary Color

#bed3df #dfcabe

#bed3df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bed3df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bed3df Color CSS Codes

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

#bed3df Text Font Color

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

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


#bed3df Background Color

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

This div background color is #bed3df


#bed3df Border Color

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

This div border color is #bed3df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bed3df


Comments

No comments written yet.

Please login to write comment.