Color Hex Logo

#bce5df Color Hex

#BCE5DF
(188,229,223)
0 Favorites   0 Comments

Color spaces of #bce5df

RGB 188229223
HSL0.480.440.82
HSV171°18°90°
CMYK 0.180.000.03   0.10
XYZ62.077672.057780.4487
Yxy72.05770.28930.3358
Hunter Lab84.8868-18.01513.2306
CIE-Lab87.9964-14.4475-1.5034

#bce5df color RGB value is (188,229,223).

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

The process color (four color CMYK) of #bce5df color hex is 0.18, 0.00, 0.03, 0.10. Web safe color of #bce5df is #cccccc. Color #bce5df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100101 11011111
Octal 274 345 337
Decimal 188 229 223
Hex BC E5 DF

RGB Percentages of Color #bce5df

%29.38
%35.78
%34.84

CMYK Percentages of Color #bce5df

%18
%0
%3
%10

Triadic Colors of #bce5df

#bce5df #dfbce5 #e5dfbc

Analogous Colors of #bce5df

#bce5df #bcd7e5 #bce5cb

Monochromatic Colors of #bce5df

#bce5df

Complementary Color

#bce5df #e5bcc2

#bce5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce5df Color CSS Codes

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

#bce5df Text Font Color

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

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


#bce5df Background Color

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

This div background color is #bce5df


#bce5df Border Color

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

This div border color is #bce5df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,229,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 #bce5df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce5df


Comments

No comments written yet.

Please login to write comment.