Color Hex Logo

#beadf0 Color Hex

#BEADF0
(190,173,240)
0 Favorites   0 Comments

Color spaces of #beadf0

RGB 190173240
HSL0.710.690.81
HSV255°28°94°
CMYK 0.210.280.00   0.06
XYZ51.907047.125688.7984
Yxy47.12560.27630.2509
Hunter Lab68.648114.8354-28.6398
CIE-Lab74.270019.5999-31.2200

#beadf0 color RGB value is (190,173,240).

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

The process color (four color CMYK) of #beadf0 color hex is 0.21, 0.28, 0.00, 0.06. Web safe color of #beadf0 is #cc99ff. Color #beadf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10101101 11110000
Octal 276 255 360
Decimal 190 173 240
Hex BE AD F0

RGB Percentages of Color #beadf0

%31.51
%28.69
%39.80

CMYK Percentages of Color #beadf0

%21
%28
%0
%6

Triadic Colors of #beadf0

#beadf0 #f0bead #adf0be

Analogous Colors of #beadf0

#beadf0 #e0adf0 #adbef0

Monochromatic Colors of #beadf0

#beadf0

Complementary Color

#beadf0 #dff0ad

#beadf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beadf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beadf0 Color CSS Codes

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

#beadf0 Text Font Color

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

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


#beadf0 Background Color

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

This div background color is #beadf0


#beadf0 Border Color

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

This div border color is #beadf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beadf0

Related Colors


Comments

No comments written yet.

Please login to write comment.