Color Hex Logo

#beaddf Color Hex

#BEADDF
(190,173,223)
0 Favorites   0 Comments

Color spaces of #beaddf

RGB 190173223
HSL0.720.440.78
HSV260°22°87°
CMYK 0.150.220.00   0.13
XYZ49.498146.162076.1134
Yxy46.16200.28820.2687
Hunter Lab67.942611.1426-18.8604
CIE-Lab73.650515.8475-22.9296

#beaddf color RGB value is (190,173,223).

#beaddf hex color red value is 190, green value is 173 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #beaddf hue: 0.72 , saturation: 0.44 and the lightness value of beaddf is 0.78.

The process color (four color CMYK) of #beaddf color hex is 0.15, 0.22, 0.00, 0.13. Web safe color of #beaddf is #cc99cc. Color #beaddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 11011111
Octal 276 255 337
Decimal 190 173 223
Hex BE AD DF

RGB Percentages of Color #beaddf

%32.42
%29.52
%38.05

CMYK Percentages of Color #beaddf

%15
%22
%0
%13

Triadic Colors of #beaddf

#beaddf #dfbead #addfbe

Analogous Colors of #beaddf

#beaddf #d7addf #adb5df

Monochromatic Colors of #beaddf

#beaddf

Complementary Color

#beaddf #cedfad

#beaddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaddf Color CSS Codes

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

#beaddf Text Font Color

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

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


#beaddf Background Color

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

This div background color is #beaddf


#beaddf Border Color

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

This div border color is #beaddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaddf


Comments

No comments written yet.

Please login to write comment.