Color Hex Logo

#bcdeba Color Hex

#BCDEBA
(188,222,186)
0 Favorites   0 Comments

Color spaces of #bcdeba

RGB 188222186
HSL0.320.350.80
HSV117°16°87°
CMYK 0.150.000.16   0.13
XYZ55.723266.479156.3492
Yxy66.47910.31210.3723
Hunter Lab81.5347-20.693716.0986
CIE-Lab85.2402-17.905513.9791

#bcdeba color RGB value is (188,222,186).

#bcdeba hex color red value is 188, green value is 222 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bcdeba hue: 0.32 , saturation: 0.35 and the lightness value of bcdeba is 0.80.

The process color (four color CMYK) of #bcdeba color hex is 0.15, 0.00, 0.16, 0.13. Web safe color of #bcdeba is #cccccc. Color #bcdeba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 10111010
Octal 274 336 272
Decimal 188 222 186
Hex BC DE BA

RGB Percentages of Color #bcdeba

%31.54
%37.25
%31.21

CMYK Percentages of Color #bcdeba

%15
%0
%16
%13

Triadic Colors of #bcdeba

#bcdeba #babcde #debabc

Analogous Colors of #bcdeba

#bcdeba #badeca #cedeba

Monochromatic Colors of #bcdeba

#bcdeba

Complementary Color

#bcdeba #dcbade

#bcdeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdeba Color CSS Codes

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

#bcdeba Text Font Color

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

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


#bcdeba Background Color

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

This div background color is #bcdeba


#bcdeba Border Color

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

This div border color is #bcdeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdeba


Comments

No comments written yet.

Please login to write comment.