Color Hex Logo

#bcece4 Color Hex

#BCECE4
(188,236,228)
0 Favorites   0 Comments

Color spaces of #bcece4

RGB 188236228
HSL0.470.560.83
HSV170°20°93°
CMYK 0.200.000.03   0.07
XYZ64.738176.283784.7110
Yxy76.28370.28680.3379
Hunter Lab87.3405-20.53913.6334
CIE-Lab89.9909-16.9338-1.2029

#bcece4 color RGB value is (188,236,228).

#bcece4 hex color red value is 188, green value is 236 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #bcece4 hue: 0.47 , saturation: 0.56 and the lightness value of bcece4 is 0.83.

The process color (four color CMYK) of #bcece4 color hex is 0.20, 0.00, 0.03, 0.07. Web safe color of #bcece4 is #ccffcc. Color #bcece4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 11100100
Octal 274 354 344
Decimal 188 236 228
Hex BC EC E4

RGB Percentages of Color #bcece4

%28.83
%36.20
%34.97

CMYK Percentages of Color #bcece4

%20
%0
%3
%7

Triadic Colors of #bcece4

#bcece4 #e4bcec #ece4bc

Analogous Colors of #bcece4

#bcece4 #bcdcec #bceccc

Monochromatic Colors of #bcece4

#bcece4

Complementary Color

#bcece4 #ecbcc4

#bcece4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcece4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcece4 Color CSS Codes

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

#bcece4 Text Font Color

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

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


#bcece4 Background Color

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

This div background color is #bcece4


#bcece4 Border Color

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

This div border color is #bcece4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcece4


Comments

No comments written yet.

Please login to write comment.