Color Hex Logo

#bcd091 Color Hex

#BCD091
(188,208,145)
0 Favorites   0 Comments

Color spaces of #bcd091

RGB 188208145
HSL0.220.400.69
HSV79°30°82°
CMYK 0.100.000.30   0.18
XYZ48.405757.847535.4025
Yxy57.84750.34170.4084
Hunter Lab76.0575-19.497025.6426
CIE-Lab80.6539-17.320929.1177

#bcd091 color RGB value is (188,208,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 10010001
Octal 274 320 221
Decimal 188 208 145
Hex BC D0 91

RGB Percentages of Color #bcd091

%34.75
%38.45
%26.80

CMYK Percentages of Color #bcd091

%10
%0
%30
%18

Triadic Colors of #bcd091

#bcd091 #91bcd0 #d091bc

Analogous Colors of #bcd091

#bcd091 #9dd091 #d0c591

Monochromatic Colors of #bcd091

#bcd091

Complementary Color

#bcd091 #a591d0

#bcd091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd091 Color CSS Codes

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

#bcd091 Text Font Color

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

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


#bcd091 Background Color

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

This div background color is #bcd091


#bcd091 Border Color

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

This div border color is #bcd091


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,208,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 #bcd091">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd091


Comments

No comments written yet.

Please login to write comment.