Color Hex Logo

#bcaeed Color Hex

#BCAEED
(188,174,237)
0 Favorites   0 Comments

Color spaces of #bcaeed

RGB 188174237
HSL0.700.640.81
HSV253°27°93°
CMYK 0.210.270.00   0.07
XYZ51.161247.077986.5112
Yxy47.07790.27690.2548
Hunter Lab68.613313.0243-26.7265
CIE-Lab74.239617.7644-29.6542

#bcaeed color RGB value is (188,174,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101110 11101101
Octal 274 256 355
Decimal 188 174 237
Hex BC AE ED

RGB Percentages of Color #bcaeed

%31.39
%29.05
%39.57

CMYK Percentages of Color #bcaeed

%21
%27
%0
%7

Triadic Colors of #bcaeed

#bcaeed #edbcae #aeedbc

Analogous Colors of #bcaeed

#bcaeed #dcaeed #aec0ed

Monochromatic Colors of #bcaeed

#bcaeed

Complementary Color

#bcaeed #dfedae

#bcaeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaeed Color CSS Codes

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

#bcaeed Text Font Color

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

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


#bcaeed Background Color

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

This div background color is #bcaeed


#bcaeed Border Color

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

This div border color is #bcaeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaeed


Comments

No comments written yet.

Please login to write comment.