Color Hex Logo

#beadeb Color Hex

#BEADEB
(190,173,235)
0 Favorites   0 Comments

Color spaces of #beadeb

RGB 190173235
HSL0.710.610.80
HSV256°26°92°
CMYK 0.190.260.00   0.08
XYZ51.174246.832484.9397
Yxy46.83240.27970.2560
Hunter Lab68.434213.7201-25.6861
CIE-Lab74.082418.4761-28.7967

#beadeb color RGB value is (190,173,235).

#beadeb hex color red value is 190, green value is 173 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #beadeb hue: 0.71 , saturation: 0.61 and the lightness value of beadeb is 0.80.

The process color (four color CMYK) of #beadeb color hex is 0.19, 0.26, 0.00, 0.08. Web safe color of #beadeb is #cc99ff. Color #beadeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 11101011
Octal 276 255 353
Decimal 190 173 235
Hex BE AD EB

RGB Percentages of Color #beadeb

%31.77
%28.93
%39.30

CMYK Percentages of Color #beadeb

%19
%26
%0
%8

Triadic Colors of #beadeb

#beadeb #ebbead #adebbe

Analogous Colors of #beadeb

#beadeb #ddadeb #adbbeb

Monochromatic Colors of #beadeb

#beadeb

Complementary Color

#beadeb #daebad

#beadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#beadeb Color CSS Codes

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

#beadeb Text Font Color

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

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


#beadeb Background Color

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

This div background color is #beadeb


#beadeb Border Color

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

This div border color is #beadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beadeb


Comments

No comments written yet.

Please login to write comment.