Color Hex Logo

#bcd491 Color Hex

#BCD491
(188,212,145)
0 Favorites   0 Comments

Color spaces of #bcd491

RGB 188212145
HSL0.230.440.70
HSV81°32°83°
CMYK 0.110.000.32   0.17
XYZ49.393459.822735.7317
Yxy59.82270.34080.4127
Hunter Lab77.3451-21.362026.7510
CIE-Lab81.7417-19.312130.5683

#bcd491 color RGB value is (188,212,145).

#bcd491 hex color red value is 188, green value is 212 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #bcd491 hue: 0.23 , saturation: 0.44 and the lightness value of bcd491 is 0.70.

The process color (four color CMYK) of #bcd491 color hex is 0.11, 0.00, 0.32, 0.17. Web safe color of #bcd491 is #cccc99. Color #bcd491 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010100 10010001
Octal 274 324 221
Decimal 188 212 145
Hex BC D4 91

RGB Percentages of Color #bcd491

%34.50
%38.90
%26.61

CMYK Percentages of Color #bcd491

%11
%0
%32
%17

Triadic Colors of #bcd491

#bcd491 #91bcd4 #d491bc

Analogous Colors of #bcd491

#bcd491 #9bd491 #d4cb91

Monochromatic Colors of #bcd491

#bcd491

Complementary Color

#bcd491 #a991d4

#bcd491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd491 Color CSS Codes

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

#bcd491 Text Font Color

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

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


#bcd491 Background Color

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

This div background color is #bcd491


#bcd491 Border Color

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

This div border color is #bcd491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd491


Comments

No comments written yet.

Please login to write comment.