Color Hex Logo

#bcc17d Color Hex

#BCC17D
(188,193,125)
0 Favorites   0 Comments

Color spaces of #bcc17d

RGB 188193125
HSL0.180.350.62
HSV64°35°76°
CMYK 0.030.000.35   0.24
XYZ43.510750.312026.8200
Yxy50.31200.36070.4170
Hunter Lab70.9310-14.633127.2333
CIE-Lab76.2604-12.323533.6988

#bcc17d color RGB value is (188,193,125).

#bcc17d hex color red value is 188, green value is 193 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bcc17d hue: 0.18 , saturation: 0.35 and the lightness value of bcc17d is 0.62.

The process color (four color CMYK) of #bcc17d color hex is 0.03, 0.00, 0.35, 0.24. Web safe color of #bcc17d is #cccc66. Color #bcc17d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000001 01111101
Octal 274 301 175
Decimal 188 193 125
Hex BC C1 7D

RGB Percentages of Color #bcc17d

%37.15
%38.14
%24.70

CMYK Percentages of Color #bcc17d

%3
%0
%35
%24

Triadic Colors of #bcc17d

#bcc17d #7dbcc1 #c17dbc

Analogous Colors of #bcc17d

#bcc17d #9ac17d #c1a47d

Monochromatic Colors of #bcc17d

#bcc17d

Complementary Color

#bcc17d #827dc1

#bcc17d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc17d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc17d Color CSS Codes

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

#bcc17d Text Font Color

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

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


#bcc17d Background Color

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

This div background color is #bcc17d


#bcc17d Border Color

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

This div border color is #bcc17d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc17d


Comments

No comments written yet.

Please login to write comment.