Color Hex Logo

#bcdeaf Color Hex

#BCDEAF
(188,222,175)
0 Favorites   0 Comments

Color spaces of #bcdeaf

RGB 188222175
HSL0.290.420.78
HSV103°21°87°
CMYK 0.150.000.21   0.13
XYZ54.598266.029150.4247
Yxy66.02910.31920.3860
Hunter Lab81.2583-22.266220.0885
CIE-Lab85.0113-19.754019.4214

#bcdeaf color RGB value is (188,222,175).

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

The process color (four color CMYK) of #bcdeaf color hex is 0.15, 0.00, 0.21, 0.13. Web safe color of #bcdeaf is #cccc99. Color #bcdeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 10101111
Octal 274 336 257
Decimal 188 222 175
Hex BC DE AF

RGB Percentages of Color #bcdeaf

%32.14
%37.95
%29.91

CMYK Percentages of Color #bcdeaf

%15
%0
%21
%13

Triadic Colors of #bcdeaf

#bcdeaf #afbcde #deafbc

Analogous Colors of #bcdeaf

#bcdeaf #afdeba #d4deaf

Monochromatic Colors of #bcdeaf

#bcdeaf

Complementary Color

#bcdeaf #d1afde

#bcdeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdeaf Color CSS Codes

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

#bcdeaf Text Font Color

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

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


#bcdeaf Background Color

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

This div background color is #bcdeaf


#bcdeaf Border Color

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

This div border color is #bcdeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdeaf


Comments

No comments written yet.

Please login to write comment.