Color Hex Logo

#bceed1 Color Hex

#BCEED1
(188,238,209)
0 Favorites   0 Comments

Color spaces of #bceed1

RGB 188238209
HSL0.400.600.84
HSV145°21°93°
CMYK 0.210.000.12   0.07
XYZ62.822276.443971.7657
Yxy76.44390.29770.3622
Hunter Lab87.4322-24.749712.5364
CIE-Lab90.0650-21.63678.8175

#bceed1 color RGB value is (188,238,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101110 11010001
Octal 274 356 321
Decimal 188 238 209
Hex BC EE D1

RGB Percentages of Color #bceed1

%29.61
%37.48
%32.91

CMYK Percentages of Color #bceed1

%21
%0
%12
%7

Triadic Colors of #bceed1

#bceed1 #d1bcee #eed1bc

Analogous Colors of #bceed1

#bceed1 #bceeea #c0eebc

Monochromatic Colors of #bceed1

#bceed1

Complementary Color

#bceed1 #eebcd9

#bceed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceed1 Color CSS Codes

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

#bceed1 Text Font Color

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

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


#bceed1 Background Color

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

This div background color is #bceed1


#bceed1 Border Color

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

This div border color is #bceed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceed1


Comments

No comments written yet.

Please login to write comment.