Color Hex Logo

#b7adee Color Hex

#B7ADEE
(183,173,238)
0 Favorites   0 Comments

Color spaces of #b7adee

RGB 183173238
HSL0.690.660.81
HSV249°27°93°
CMYK 0.230.270.00   0.07
XYZ49.904646.127587.1622
Yxy46.12750.27240.2518
Hunter Lab67.917212.3041-28.5483
CIE-Lab73.628217.0420-31.1718

#b7adee color RGB value is (183,173,238).

#b7adee hex color red value is 183, green value is 173 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b7adee hue: 0.69 , saturation: 0.66 and the lightness value of b7adee is 0.81.

The process color (four color CMYK) of #b7adee color hex is 0.23, 0.27, 0.00, 0.07. Web safe color of #b7adee is #cc99ff. Color #b7adee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101101 11101110
Octal 267 255 356
Decimal 183 173 238
Hex B7 AD EE

RGB Percentages of Color #b7adee

%30.81
%29.12
%40.07

CMYK Percentages of Color #b7adee

%23
%27
%0
%7

Triadic Colors of #b7adee

#b7adee #eeb7ad #adeeb7

Analogous Colors of #b7adee

#b7adee #d8adee #adc4ee

Monochromatic Colors of #b7adee

#b7adee

Complementary Color

#b7adee #e4eead

#b7adee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7adee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7adee Color CSS Codes

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

#b7adee Text Font Color

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

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


#b7adee Background Color

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

This div background color is #b7adee


#b7adee Border Color

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

This div border color is #b7adee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7adee


Comments

No comments written yet.

Please login to write comment.