Color Hex Logo

#bcdae5 Color Hex

#BCDAE5
(188,218,229)
0 Favorites   0 Comments

Color spaces of #bcdae5

RGB 188218229
HSL0.540.440.82
HSV196°18°90°
CMYK 0.180.050.00   0.10
XYZ59.953366.491383.8030
Yxy66.49130.28520.3163
Hunter Lab81.5422-11.4580-3.8543
CIE-Lab85.2464-7.6002-8.7235

#bcdae5 color RGB value is (188,218,229).

#bcdae5 hex color red value is 188, green value is 218 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #bcdae5 hue: 0.54 , saturation: 0.44 and the lightness value of bcdae5 is 0.82.

The process color (four color CMYK) of #bcdae5 color hex is 0.18, 0.05, 0.00, 0.10. Web safe color of #bcdae5 is #cccccc. Color #bcdae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011010 11100101
Octal 274 332 345
Decimal 188 218 229
Hex BC DA E5

RGB Percentages of Color #bcdae5

%29.61
%34.33
%36.06

CMYK Percentages of Color #bcdae5

%18
%5
%0
%10

Triadic Colors of #bcdae5

#bcdae5 #e5bcda #dae5bc

Analogous Colors of #bcdae5

#bcdae5 #bcc6e5 #bce5dc

Monochromatic Colors of #bcdae5

#bcdae5

Complementary Color

#bcdae5 #e5c7bc

#bcdae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdae5 Color CSS Codes

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

#bcdae5 Text Font Color

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

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


#bcdae5 Background Color

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

This div background color is #bcdae5


#bcdae5 Border Color

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

This div border color is #bcdae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdae5

#bcdae5 Color Palettes


Comments

No comments written yet.

Please login to write comment.