Color Hex Logo

#beafec Color Hex

#BEAFEC
(190,175,236)
0 Favorites   0 Comments

Color spaces of #beafec

RGB 190175236
HSL0.710.620.81
HSV255°26°93°
CMYK 0.190.260.00   0.07
XYZ51.705547.663285.8316
Yxy47.66320.27920.2574
Hunter Lab69.038512.8678-25.3848
CIE-Lab74.612017.5964-28.5258

#beafec color RGB value is (190,175,236).

#beafec hex color red value is 190, green value is 175 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #beafec hue: 0.71 , saturation: 0.62 and the lightness value of beafec is 0.81.

The process color (four color CMYK) of #beafec color hex is 0.19, 0.26, 0.00, 0.07. Web safe color of #beafec is #cc99ff. Color #beafec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 11101100
Octal 276 257 354
Decimal 190 175 236
Hex BE AF EC

RGB Percentages of Color #beafec

%31.61
%29.12
%39.27

CMYK Percentages of Color #beafec

%19
%26
%0
%7

Triadic Colors of #beafec

#beafec #ecbeaf #afecbe

Analogous Colors of #beafec

#beafec #ddafec #afbfec

Monochromatic Colors of #beafec

#beafec

Complementary Color

#beafec #ddecaf

#beafec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beafec Color Preview on White Background

Lorem ipsum dolor sit amet.

#beafec Color CSS Codes

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

#beafec Text Font Color

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

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


#beafec Background Color

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

This div background color is #beafec


#beafec Border Color

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

This div border color is #beafec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beafec


Comments

No comments written yet.

Please login to write comment.