Color Hex Logo

#bcdfae Color Hex

#BCDFAE
(188,223,174)
0 Favorites   0 Comments

Color spaces of #bcdfae

RGB 188223174
HSL0.290.430.78
HSV103°22°87°
CMYK 0.160.000.22   0.13
XYZ54.766766.522749.9981
Yxy66.52270.31970.3884
Hunter Lab81.5614-22.873820.7476
CIE-Lab85.2623-20.409120.2919

#bcdfae color RGB value is (188,223,174).

#bcdfae hex color red value is 188, green value is 223 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bcdfae hue: 0.29 , saturation: 0.43 and the lightness value of bcdfae is 0.78.

The process color (four color CMYK) of #bcdfae color hex is 0.16, 0.00, 0.22, 0.13. Web safe color of #bcdfae is #cccc99. Color #bcdfae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 10101110
Octal 274 337 256
Decimal 188 223 174
Hex BC DF AE

RGB Percentages of Color #bcdfae

%32.14
%38.12
%29.74

CMYK Percentages of Color #bcdfae

%16
%0
%22
%13

Triadic Colors of #bcdfae

#bcdfae #aebcdf #dfaebc

Analogous Colors of #bcdfae

#bcdfae #aedfb9 #d5dfae

Monochromatic Colors of #bcdfae

#bcdfae

Complementary Color

#bcdfae #d1aedf

#bcdfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdfae Color CSS Codes

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

#bcdfae Text Font Color

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

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


#bcdfae Background Color

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

This div background color is #bcdfae


#bcdfae Border Color

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

This div border color is #bcdfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdfae

#bcdfae Color Palettes


Comments

No comments written yet.

Please login to write comment.