Color Hex Logo

#bedadf Color Hex

#BEDADF
(190,218,223)
0 Favorites   0 Comments

Color spaces of #bedadf

RGB 190218223
HSL0.530.340.81
HSV189°15°87°
CMYK 0.150.020.00   0.13
XYZ59.625966.417779.4893
Yxy66.41770.29010.3231
Hunter Lab81.4971-12.0234-0.7814
CIE-Lab85.2090-8.2211-5.5875

#bedadf color RGB value is (190,218,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011010 11011111
Octal 276 332 337
Decimal 190 218 223
Hex BE DA DF

RGB Percentages of Color #bedadf

%30.11
%34.55
%35.34

CMYK Percentages of Color #bedadf

%15
%2
%0
%13

Triadic Colors of #bedadf

#bedadf #dfbeda #dadfbe

Analogous Colors of #bedadf

#bedadf #becadf #bedfd4

Monochromatic Colors of #bedadf

#bedadf

Complementary Color

#bedadf #dfc3be

#bedadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedadf Color CSS Codes

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

#bedadf Text Font Color

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

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


#bedadf Background Color

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

This div background color is #bedadf


#bedadf Border Color

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

This div border color is #bedadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedadf


Comments

No comments written yet.

Please login to write comment.