Color Hex Logo

#beafce Color Hex

#BEAFCE
(190,175,206)
0 Favorites   0 Comments

Color spaces of #beafce

RGB 190175206
HSL0.750.240.75
HSV269°15°81°
CMYK 0.080.150.00   0.19
XYZ47.705846.063364.7693
Yxy46.06330.30090.2905
Hunter Lab67.86996.6953-9.0724
CIE-Lab73.586611.2080-13.7431

#beafce color RGB value is (190,175,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 11001110
Octal 276 257 316
Decimal 190 175 206
Hex BE AF CE

RGB Percentages of Color #beafce

%33.27
%30.65
%36.08

CMYK Percentages of Color #beafce

%8
%15
%0
%19

Triadic Colors of #beafce

#beafce #cebeaf #afcebe

Analogous Colors of #beafce

#beafce #ceafce #afb0ce

Monochromatic Colors of #beafce

#beafce

Complementary Color

#beafce #bfceaf

#beafce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beafce Color Preview on White Background

Lorem ipsum dolor sit amet.

#beafce Color CSS Codes

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

#beafce Text Font Color

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

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


#beafce Background Color

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

This div background color is #beafce


#beafce Border Color

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

This div border color is #beafce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beafce


Comments

No comments written yet.

Please login to write comment.