Color Hex Logo

#bcedde Color Hex

#BCEDDE
(188,237,222)
0 Favorites   0 Comments

Color spaces of #bcedde

RGB 188237222
HSL0.450.580.83
HSV162°21°93°
CMYK 0.210.000.06   0.07
XYZ64.208076.533780.4956
Yxy76.53370.29020.3459
Hunter Lab87.4835-22.08726.6844
CIE-Lab90.1066-18.63642.0998

#bcedde color RGB value is (188,237,222).

#bcedde hex color red value is 188, green value is 237 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bcedde hue: 0.45 , saturation: 0.58 and the lightness value of bcedde is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101101 11011110
Octal 274 355 336
Decimal 188 237 222
Hex BC ED DE

RGB Percentages of Color #bcedde

%29.06
%36.63
%34.31

CMYK Percentages of Color #bcedde

%21
%0
%6
%7

Triadic Colors of #bcedde

#bcedde #debced #eddebc

Analogous Colors of #bcedde

#bcedde #bce4ed #bcedc6

Monochromatic Colors of #bcedde

#bcedde

Complementary Color

#bcedde #edbccb

#bcedde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcedde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcedde Color CSS Codes

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

#bcedde Text Font Color

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

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


#bcedde Background Color

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

This div background color is #bcedde


#bcedde Border Color

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

This div border color is #bcedde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcedde


Comments

No comments written yet.

Please login to write comment.