Color Hex Logo

#bceadc Color Hex

#BCEADC
(188,234,220)
0 Favorites   0 Comments

Color spaces of #bceadc

RGB 188234220
HSL0.450.520.83
HSV162°20°92°
CMYK 0.200.000.06   0.08
XYZ63.080174.704378.8048
Yxy74.70430.29120.3449
Hunter Lab86.4316-20.98146.4440
CIE-Lab89.2543-17.54701.9055

#bceadc color RGB value is (188,234,220).

#bceadc hex color red value is 188, green value is 234 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bceadc hue: 0.45 , saturation: 0.52 and the lightness value of bceadc is 0.83.

The process color (four color CMYK) of #bceadc color hex is 0.20, 0.00, 0.06, 0.08. Web safe color of #bceadc is #ccffcc. Color #bceadc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 11011100
Octal 274 352 334
Decimal 188 234 220
Hex BC EA DC

RGB Percentages of Color #bceadc

%29.28
%36.45
%34.27

CMYK Percentages of Color #bceadc

%20
%0
%6
%8

Triadic Colors of #bceadc

#bceadc #dcbcea #eadcbc

Analogous Colors of #bceadc

#bceadc #bce1ea #bceac5

Monochromatic Colors of #bceadc

#bceadc

Complementary Color

#bceadc #eabcca

#bceadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceadc Color CSS Codes

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

#bceadc Text Font Color

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

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


#bceadc Background Color

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

This div background color is #bceadc


#bceadc Border Color

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

This div border color is #bceadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceadc


Comments

No comments written yet.

Please login to write comment.