Color Hex Logo

#bcdae1 Color Hex

#BCDAE1
(188,218,225)
0 Favorites   0 Comments

Color spaces of #bcdae1

RGB 188218225
HSL0.530.380.81
HSV191°16°88°
CMYK 0.160.030.00   0.12
XYZ59.401066.270480.8949
Yxy66.27040.28760.3208
Hunter Lab81.4066-12.2133-1.9327
CIE-Lab85.1342-8.4372-6.7719

#bcdae1 color RGB value is (188,218,225).

#bcdae1 hex color red value is 188, green value is 218 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #bcdae1 hue: 0.53 , saturation: 0.38 and the lightness value of bcdae1 is 0.81.

The process color (four color CMYK) of #bcdae1 color hex is 0.16, 0.03, 0.00, 0.12. Web safe color of #bcdae1 is #cccccc. Color #bcdae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011010 11100001
Octal 274 332 341
Decimal 188 218 225
Hex BC DA E1

RGB Percentages of Color #bcdae1

%29.79
%34.55
%35.66

CMYK Percentages of Color #bcdae1

%16
%3
%0
%12

Triadic Colors of #bcdae1

#bcdae1 #e1bcda #dae1bc

Analogous Colors of #bcdae1

#bcdae1 #bcc8e1 #bce1d6

Monochromatic Colors of #bcdae1

#bcdae1

Complementary Color

#bcdae1 #e1c3bc

#bcdae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdae1 Color CSS Codes

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

#bcdae1 Text Font Color

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

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


#bcdae1 Background Color

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

This div background color is #bcdae1


#bcdae1 Border Color

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

This div border color is #bcdae1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,218,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdae1


Comments

No comments written yet.

Please login to write comment.