Color Hex Logo

#b7adef Color Hex

#B7ADEF
(183,173,239)
0 Favorites   0 Comments

Color spaces of #b7adef

RGB 183173239
HSL0.690.670.81
HSV249°28°94°
CMYK 0.230.280.00   0.06
XYZ50.052046.186487.9382
Yxy46.18640.27180.2508
Hunter Lab67.960612.5317-29.1464
CIE-Lab73.666317.2744-31.6556

#b7adef color RGB value is (183,173,239).

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

The process color (four color CMYK) of #b7adef color hex is 0.23, 0.28, 0.00, 0.06. Web safe color of #b7adef is #cc99ff. Color #b7adef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101101 11101111
Octal 267 255 357
Decimal 183 173 239
Hex B7 AD EF

RGB Percentages of Color #b7adef

%30.76
%29.08
%40.17

CMYK Percentages of Color #b7adef

%23
%28
%0
%6

Triadic Colors of #b7adef

#b7adef #efb7ad #adefb7

Analogous Colors of #b7adef

#b7adef #d8adef #adc4ef

Monochromatic Colors of #b7adef

#b7adef

Complementary Color

#b7adef #e5efad

#b7adef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7adef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7adef Color CSS Codes

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

#b7adef Text Font Color

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

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


#b7adef Background Color

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

This div background color is #b7adef


#b7adef Border Color

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

This div border color is #b7adef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7adef


Comments

No comments written yet.

Please login to write comment.