Color Hex Logo

#bcafed Color Hex

#BCAFED
(188,175,237)
0 Favorites   0 Comments

Color spaces of #bcafed

RGB 188175237
HSL0.700.630.81
HSV253°26°93°
CMYK 0.210.260.00   0.07
XYZ51.355147.465786.5759
Yxy47.46570.27700.2560
Hunter Lab68.895412.4883-26.2788
CIE-Lab74.486717.2125-29.2744

#bcafed color RGB value is (188,175,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101111 11101101
Octal 274 257 355
Decimal 188 175 237
Hex BC AF ED

RGB Percentages of Color #bcafed

%31.33
%29.17
%39.50

CMYK Percentages of Color #bcafed

%21
%26
%0
%7

Triadic Colors of #bcafed

#bcafed #edbcaf #afedbc

Analogous Colors of #bcafed

#bcafed #dbafed #afc1ed

Monochromatic Colors of #bcafed

#bcafed

Complementary Color

#bcafed #e0edaf

#bcafed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcafed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcafed Color CSS Codes

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

#bcafed Text Font Color

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

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


#bcafed Background Color

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

This div background color is #bcafed


#bcafed Border Color

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

This div border color is #bcafed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcafed


Comments

No comments written yet.

Please login to write comment.