Color Hex Logo

#bcd390 Color Hex

#BCD390
(188,211,144)
0 Favorites   0 Comments

Color spaces of #bcd390

RGB 188211144
HSL0.220.430.70
HSV81°32°83°
CMYK 0.110.000.32   0.17
XYZ49.067359.293535.2442
Yxy59.29350.34170.4129
Hunter Lab77.0023-21.010426.7644
CIE-Lab81.4527-18.952830.7001

#bcd390 color RGB value is (188,211,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010011 10010000
Octal 274 323 220
Decimal 188 211 144
Hex BC D3 90

RGB Percentages of Color #bcd390

%34.62
%38.86
%26.52

CMYK Percentages of Color #bcd390

%11
%0
%32
%17

Triadic Colors of #bcd390

#bcd390 #90bcd3 #d390bc

Analogous Colors of #bcd390

#bcd390 #9bd390 #d3c990

Monochromatic Colors of #bcd390

#bcd390

Complementary Color

#bcd390 #a790d3

#bcd390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd390 Color CSS Codes

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

#bcd390 Text Font Color

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

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


#bcd390 Background Color

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

This div background color is #bcd390


#bcd390 Border Color

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

This div border color is #bcd390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd390


Comments

No comments written yet.

Please login to write comment.