Color Hex Logo

#b7aedc Color Hex

#B7AEDC
(183,174,220)
0 Favorites   0 Comments

Color spaces of #b7aedc

RGB 183174220
HSL0.700.400.77
HSV252°21°86°
CMYK 0.170.210.00   0.14
XYZ47.582845.506773.9859
Yxy45.50670.28480.2724
Hunter Lab67.45877.8545-17.8058
CIE-Lab73.224312.4278-21.9950

#b7aedc color RGB value is (183,174,220).

#b7aedc hex color red value is 183, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b7aedc hue: 0.70 , saturation: 0.40 and the lightness value of b7aedc is 0.77.

The process color (four color CMYK) of #b7aedc color hex is 0.17, 0.21, 0.00, 0.14. Web safe color of #b7aedc is #cc99cc. Color #b7aedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101110 11011100
Octal 267 256 334
Decimal 183 174 220
Hex B7 AE DC

RGB Percentages of Color #b7aedc

%31.72
%30.16
%38.13

CMYK Percentages of Color #b7aedc

%17
%21
%0
%14

Triadic Colors of #b7aedc

#b7aedc #dcb7ae #aedcb7

Analogous Colors of #b7aedc

#b7aedc #ceaedc #aebcdc

Monochromatic Colors of #b7aedc

#b7aedc

Complementary Color

#b7aedc #d3dcae

#b7aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7aedc Color CSS Codes

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

#b7aedc Text Font Color

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

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


#b7aedc Background Color

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

This div background color is #b7aedc


#b7aedc Border Color

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

This div border color is #b7aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7aedc

#b7aedc Color Palettes


Comments

No comments written yet.

Please login to write comment.