Color Hex Logo

#bceadf Color Hex

#BCEADF
(188,234,223)
0 Favorites   0 Comments

Color spaces of #bceadf

RGB 188234223
HSL0.460.520.83
HSV166°20°92°
CMYK 0.200.000.05   0.08
XYZ63.481174.864780.9166
Yxy74.86470.28950.3414
Hunter Lab86.5244-20.45605.1198
CIE-Lab89.3296-16.94920.4454

#bceadf color RGB value is (188,234,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101010 11011111
Octal 274 352 337
Decimal 188 234 223
Hex BC EA DF

RGB Percentages of Color #bceadf

%29.15
%36.28
%34.57

CMYK Percentages of Color #bceadf

%20
%0
%5
%8

Triadic Colors of #bceadf

#bceadf #dfbcea #eadfbc

Analogous Colors of #bceadf

#bceadf #bcdeea #bceac8

Monochromatic Colors of #bceadf

#bceadf

Complementary Color

#bceadf #eabcc7

#bceadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceadf Color CSS Codes

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

#bceadf Text Font Color

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

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


#bceadf Background Color

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

This div background color is #bceadf


#bceadf Border Color

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

This div border color is #bceadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceadf


Comments

No comments written yet.

Please login to write comment.