Color Hex Logo

#bedddf Color Hex

#BEDDDF
(190,221,223)
0 Favorites   0 Comments

Color spaces of #bedddf

RGB 190221223
HSL0.510.340.81
HSV184°15°87°
CMYK 0.150.010.00   0.13
XYZ60.410967.987879.7510
Yxy67.98780.29020.3266
Hunter Lab82.4547-13.51670.3724
CIE-Lab86.0003-9.7618-4.4206

#bedddf color RGB value is (190,221,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11011101 11011111
Octal 276 335 337
Decimal 190 221 223
Hex BE DD DF

RGB Percentages of Color #bedddf

%29.97
%34.86
%35.17

CMYK Percentages of Color #bedddf

%15
%1
%0
%13

Triadic Colors of #bedddf

#bedddf #dfbedd #dddfbe

Analogous Colors of #bedddf

#bedddf #becddf #bedfd1

Monochromatic Colors of #bedddf

#bedddf

Complementary Color

#bedddf #dfc0be

#bedddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bedddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bedddf Color CSS Codes

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

#bedddf Text Font Color

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

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


#bedddf Background Color

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

This div background color is #bedddf


#bedddf Border Color

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

This div border color is #bedddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bedddf


Comments

No comments written yet.

Please login to write comment.