Color Hex Logo

#bcd094 Color Hex

#BCD094
(188,208,148)
0 Favorites   0 Comments

Color spaces of #bcd094

RGB 188208148
HSL0.220.390.70
HSV80°29°82°
CMYK 0.100.000.29   0.18
XYZ48.640257.941236.6371
Yxy57.94120.33960.4046
Hunter Lab76.1191-19.146824.7464
CIE-Lab80.7061-16.902027.6272

#bcd094 color RGB value is (188,208,148).

#bcd094 hex color red value is 188, green value is 208 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bcd094 hue: 0.22 , saturation: 0.39 and the lightness value of bcd094 is 0.70.

The process color (four color CMYK) of #bcd094 color hex is 0.10, 0.00, 0.29, 0.18. Web safe color of #bcd094 is #cccc99. Color #bcd094 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 10010100
Octal 274 320 224
Decimal 188 208 148
Hex BC D0 94

RGB Percentages of Color #bcd094

%34.56
%38.24
%27.21

CMYK Percentages of Color #bcd094

%10
%0
%29
%18

Triadic Colors of #bcd094

#bcd094 #94bcd0 #d094bc

Analogous Colors of #bcd094

#bcd094 #9ed094 #d0c694

Monochromatic Colors of #bcd094

#bcd094

Complementary Color

#bcd094 #a894d0

#bcd094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd094 Color CSS Codes

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

#bcd094 Text Font Color

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

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


#bcd094 Background Color

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

This div background color is #bcd094


#bcd094 Border Color

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

This div border color is #bcd094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd094


Comments

No comments written yet.

Please login to write comment.