Color Hex Logo

#bce4de Color Hex

#BCE4DE
(188,228,222)
0 Favorites   0 Comments

Color spaces of #bce4de

RGB 188228222
HSL0.480.430.82
HSV171°18°89°
CMYK 0.180.000.03   0.11
XYZ61.667371.452179.6487
Yxy71.45210.28980.3358
Hunter Lab84.5293-17.70403.3039
CIE-Lab87.7042-14.1461-1.4058

#bce4de color RGB value is (188,228,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11100100 11011110
Octal 274 344 336
Decimal 188 228 222
Hex BC E4 DE

RGB Percentages of Color #bce4de

%29.47
%35.74
%34.80

CMYK Percentages of Color #bce4de

%18
%0
%3
%11

Triadic Colors of #bce4de

#bce4de #debce4 #e4debc

Analogous Colors of #bce4de

#bce4de #bcd6e4 #bce4ca

Monochromatic Colors of #bce4de

#bce4de

Complementary Color

#bce4de #e4bcc2

#bce4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bce4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bce4de Color CSS Codes

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

#bce4de Text Font Color

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

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


#bce4de Background Color

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

This div background color is #bce4de


#bce4de Border Color

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

This div border color is #bce4de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bce4de


Comments

No comments written yet.

Please login to write comment.