Color Hex Logo

#beadce Color Hex

#BEADCE
(190,173,206)
0 Favorites   0 Comments

Color spaces of #beadce

RGB 190173206
HSL0.750.250.74
HSV271°16°81°
CMYK 0.080.160.00   0.19
XYZ47.319445.290564.6405
Yxy45.29050.30090.2880
Hunter Lab67.29827.7368-9.8398
CIE-Lab73.082812.3039-14.5002

#beadce color RGB value is (190,173,206).

#beadce hex color red value is 190, green value is 173 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #beadce hue: 0.75 , saturation: 0.25 and the lightness value of beadce is 0.74.

The process color (four color CMYK) of #beadce color hex is 0.08, 0.16, 0.00, 0.19. Web safe color of #beadce is #cc99cc. Color #beadce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 11001110
Octal 276 255 316
Decimal 190 173 206
Hex BE AD CE

RGB Percentages of Color #beadce

%33.39
%30.40
%36.20

CMYK Percentages of Color #beadce

%8
%16
%0
%19

Triadic Colors of #beadce

#beadce #cebead #adcebe

Analogous Colors of #beadce

#beadce #ceadce #aeadce

Monochromatic Colors of #beadce

#beadce

Complementary Color

#beadce #bdcead

#beadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#beadce Color CSS Codes

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

#beadce Text Font Color

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

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


#beadce Background Color

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

This div background color is #beadce


#beadce Border Color

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

This div border color is #beadce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beadce


Comments

No comments written yet.

Please login to write comment.