Color Hex Logo

#bceecd Color Hex

#BCEECD
(188,238,205)
0 Favorites   0 Comments

Color spaces of #bceecd

RGB 188238205
HSL0.390.600.84
HSV140°21°93°
CMYK 0.210.000.14   0.07
XYZ62.333076.248269.1897
Yxy76.24820.30000.3670
Hunter Lab87.3202-25.389214.1447
CIE-Lab89.9745-22.379710.7692

#bceecd color RGB value is (188,238,205).

#bceecd hex color red value is 188, green value is 238 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bceecd hue: 0.39 , saturation: 0.60 and the lightness value of bceecd is 0.84.

The process color (four color CMYK) of #bceecd color hex is 0.21, 0.00, 0.14, 0.07. Web safe color of #bceecd is #ccffcc. Color #bceecd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 11001101
Octal 274 356 315
Decimal 188 238 205
Hex BC EE CD

RGB Percentages of Color #bceecd

%29.79
%37.72
%32.49

CMYK Percentages of Color #bceecd

%21
%0
%14
%7

Triadic Colors of #bceecd

#bceecd #cdbcee #eecdbc

Analogous Colors of #bceecd

#bceecd #bceee6 #c4eebc

Monochromatic Colors of #bceecd

#bceecd

Complementary Color

#bceecd #eebcdd

#bceecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceecd Color CSS Codes

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

#bceecd Text Font Color

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

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


#bceecd Background Color

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

This div background color is #bceecd


#bceecd Border Color

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

This div border color is #bceecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceecd


Comments

No comments written yet.

Please login to write comment.