Color Hex Logo

#beaedc Color Hex

#BEAEDC
(190,174,220)
0 Favorites   0 Comments

Color spaces of #beaedc

RGB 190174220
HSL0.720.400.77
HSV261°21°86°
CMYK 0.140.210.00   0.14
XYZ49.289546.386674.0658
Yxy46.38660.29040.2733
Hunter Lab68.10779.9918-16.8013
CIE-Lab73.795714.6559-21.0731

#beaedc color RGB value is (190,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101110 11011100
Octal 276 256 334
Decimal 190 174 220
Hex BE AE DC

RGB Percentages of Color #beaedc

%32.53
%29.79
%37.67

CMYK Percentages of Color #beaedc

%14
%21
%0
%14

Triadic Colors of #beaedc

#beaedc #dcbeae #aedcbe

Analogous Colors of #beaedc

#beaedc #d5aedc #aeb5dc

Monochromatic Colors of #beaedc

#beaedc

Complementary Color

#beaedc #ccdcae

#beaedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beaedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#beaedc Color CSS Codes

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

#beaedc Text Font Color

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

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


#beaedc Background Color

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

This div background color is #beaedc


#beaedc Border Color

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

This div border color is #beaedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beaedc


Comments

No comments written yet.

Please login to write comment.