Color Hex Logo

#beafed Color Hex

#BEAFED
(190,175,237)
0 Favorites   0 Comments

Color spaces of #beafed

RGB 190175237
HSL0.710.630.81
HSV255°26°93°
CMYK 0.200.260.00   0.07
XYZ51.851247.721586.5991
Yxy47.72150.27850.2563
Hunter Lab69.080713.0887-25.9690
CIE-Lab74.648917.8202-29.0112

#beafed color RGB value is (190,175,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 11101101
Octal 276 257 355
Decimal 190 175 237
Hex BE AF ED

RGB Percentages of Color #beafed

%31.56
%29.07
%39.37

CMYK Percentages of Color #beafed

%20
%26
%0
%7

Triadic Colors of #beafed

#beafed #edbeaf #afedbe

Analogous Colors of #beafed

#beafed #ddafed #afbfed

Monochromatic Colors of #beafed

#beafed

Complementary Color

#beafed #deedaf

#beafed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beafed Color Preview on White Background

Lorem ipsum dolor sit amet.

#beafed Color CSS Codes

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

#beafed Text Font Color

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

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


#beafed Background Color

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

This div background color is #beafed


#beafed Border Color

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

This div border color is #beafed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beafed


Comments

No comments written yet.

Please login to write comment.