Color Hex Logo

#bcdfa8 Color Hex

#BCDFA8
(188,223,168)
0 Favorites   0 Comments

Color spaces of #bcdfa8

RGB 188223168
HSL0.270.460.77
HSV98°25°87°
CMYK 0.160.000.25   0.13
XYZ54.194666.293946.9854
Yxy66.29390.32360.3958
Hunter Lab81.4211-23.675622.7805
CIE-Lab85.1461-21.362023.2551

#bcdfa8 color RGB value is (188,223,168).

#bcdfa8 hex color red value is 188, green value is 223 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #bcdfa8 hue: 0.27 , saturation: 0.46 and the lightness value of bcdfa8 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011111 10101000
Octal 274 337 250
Decimal 188 223 168
Hex BC DF A8

RGB Percentages of Color #bcdfa8

%32.47
%38.51
%29.02

CMYK Percentages of Color #bcdfa8

%16
%0
%25
%13

Triadic Colors of #bcdfa8

#bcdfa8 #a8bcdf #dfa8bc

Analogous Colors of #bcdfa8

#bcdfa8 #a8dfb0 #d8dfa8

Monochromatic Colors of #bcdfa8

#bcdfa8

Complementary Color

#bcdfa8 #cba8df

#bcdfa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdfa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdfa8 Color CSS Codes

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

#bcdfa8 Text Font Color

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

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


#bcdfa8 Background Color

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

This div background color is #bcdfa8


#bcdfa8 Border Color

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

This div border color is #bcdfa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdfa8


Comments

No comments written yet.

Please login to write comment.