Color Hex Logo

#bcdae4 Color Hex

#BCDAE4
(188,218,228)
0 Favorites   0 Comments

Color spaces of #bcdae4

RGB 188218228
HSL0.540.430.82
HSV195°18°89°
CMYK 0.180.040.00   0.11
XYZ59.814066.435683.0696
Yxy66.43560.28580.3174
Hunter Lab81.5080-11.6483-3.3703
CIE-Lab85.2181-7.8107-8.2360

#bcdae4 color RGB value is (188,218,228).

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

The process color (four color CMYK) of #bcdae4 color hex is 0.18, 0.04, 0.00, 0.11. Web safe color of #bcdae4 is #cccccc. Color #bcdae4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011010 11100100
Octal 274 332 344
Decimal 188 218 228
Hex BC DA E4

RGB Percentages of Color #bcdae4

%29.65
%34.38
%35.96

CMYK Percentages of Color #bcdae4

%18
%4
%0
%11

Triadic Colors of #bcdae4

#bcdae4 #e4bcda #dae4bc

Analogous Colors of #bcdae4

#bcdae4 #bcc6e4 #bce4da

Monochromatic Colors of #bcdae4

#bcdae4

Complementary Color

#bcdae4 #e4c6bc

#bcdae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdae4 Color CSS Codes

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

#bcdae4 Text Font Color

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

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


#bcdae4 Background Color

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

This div background color is #bcdae4


#bcdae4 Border Color

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

This div border color is #bcdae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdae4


Comments

No comments written yet.

Please login to write comment.