Color Hex Logo

#bcce90 Color Hex

#BCCE90
(188,206,144)
0 Favorites   0 Comments

Color spaces of #bcce90

RGB 188206144
HSL0.220.390.69
HSV77°30°81°
CMYK 0.090.000.30   0.19
XYZ47.844456.847634.8366
Yxy56.84760.34290.4074
Hunter Lab75.3973-18.675825.3838
CIE-Lab80.0938-16.455928.8887

#bcce90 color RGB value is (188,206,144).

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

The process color (four color CMYK) of #bcce90 color hex is 0.09, 0.00, 0.30, 0.19. Web safe color of #bcce90 is #cccc99. Color #bcce90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001110 10010000
Octal 274 316 220
Decimal 188 206 144
Hex BC CE 90

RGB Percentages of Color #bcce90

%34.94
%38.29
%26.77

CMYK Percentages of Color #bcce90

%9
%0
%30
%19

Triadic Colors of #bcce90

#bcce90 #90bcce #ce90bc

Analogous Colors of #bcce90

#bcce90 #9dce90 #cec190

Monochromatic Colors of #bcce90

#bcce90

Complementary Color

#bcce90 #a290ce

#bcce90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcce90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcce90 Color CSS Codes

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

#bcce90 Text Font Color

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

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


#bcce90 Background Color

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

This div background color is #bcce90


#bcce90 Border Color

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

This div border color is #bcce90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcce90


Comments

No comments written yet.

Please login to write comment.