Color Hex Logo

#baafed Color Hex

#BAAFED
(186,175,237)
0 Favorites   0 Comments

Color spaces of #baafed

RGB 186175237
HSL0.700.630.81
HSV251°26°93°
CMYK 0.220.260.00   0.07
XYZ50.865747.213586.5530
Yxy47.21350.27550.2557
Hunter Lab68.712111.8926-26.5860
CIE-Lab74.326116.6067-29.5348

#baafed color RGB value is (186,175,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 11101101
Octal 272 257 355
Decimal 186 175 237
Hex BA AF ED

RGB Percentages of Color #baafed

%31.10
%29.26
%39.63

CMYK Percentages of Color #baafed

%22
%26
%0
%7

Triadic Colors of #baafed

#baafed #edbaaf #afedba

Analogous Colors of #baafed

#baafed #d9afed #afc3ed

Monochromatic Colors of #baafed

#baafed

Complementary Color

#baafed #e2edaf

#baafed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baafed Color Preview on White Background

Lorem ipsum dolor sit amet.

#baafed Color CSS Codes

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

#baafed Text Font Color

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

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


#baafed Background Color

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

This div background color is #baafed


#baafed Border Color

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

This div border color is #baafed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baafed


Comments

No comments written yet.

Please login to write comment.