Color Hex Logo

#beafee Color Hex

#BEAFEE
(190,175,238)
0 Favorites   0 Comments

Color spaces of #beafee

RGB 190175238
HSL0.710.650.81
HSV254°26°93°
CMYK 0.200.260.00   0.07
XYZ51.997847.780187.3708
Yxy47.78010.27780.2553
Hunter Lab69.123213.3109-26.5556
CIE-Lab74.686018.0450-29.4960

#beafee color RGB value is (190,175,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101111 11101110
Octal 276 257 356
Decimal 190 175 238
Hex BE AF EE

RGB Percentages of Color #beafee

%31.51
%29.02
%39.47

CMYK Percentages of Color #beafee

%20
%26
%0
%7

Triadic Colors of #beafee

#beafee #eebeaf #afeebe

Analogous Colors of #beafee

#beafee #deafee #afc0ee

Monochromatic Colors of #beafee

#beafee

Complementary Color

#beafee #dfeeaf

#beafee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beafee Color Preview on White Background

Lorem ipsum dolor sit amet.

#beafee Color CSS Codes

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

#beafee Text Font Color

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

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


#beafee Background Color

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

This div background color is #beafee


#beafee Border Color

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

This div border color is #beafee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beafee


Comments

No comments written yet.

Please login to write comment.