Color Hex Logo

#bcd975 Color Hex

#BCD975
(188,217,117)
0 Favorites   0 Comments

Color spaces of #bcd975

RGB 188217117
HSL0.220.570.65
HSV77°46°85°
CMYK 0.130.000.46   0.15
XYZ48.762861.601426.1498
Yxy61.60140.35720.4512
Hunter Lab78.4866-26.451535.1866
CIE-Lab82.7010-25.165045.8565

#bcd975 color RGB value is (188,217,117).

#bcd975 hex color red value is 188, green value is 217 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bcd975 hue: 0.22 , saturation: 0.57 and the lightness value of bcd975 is 0.65.

The process color (four color CMYK) of #bcd975 color hex is 0.13, 0.00, 0.46, 0.15. Web safe color of #bcd975 is #cccc66. Color #bcd975 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011001 01110101
Octal 274 331 165
Decimal 188 217 117
Hex BC D9 75

RGB Percentages of Color #bcd975

%36.02
%41.57
%22.41

CMYK Percentages of Color #bcd975

%13
%0
%46
%15

Triadic Colors of #bcd975

#bcd975 #75bcd9 #d975bc

Analogous Colors of #bcd975

#bcd975 #8ad975 #d9c475

Monochromatic Colors of #bcd975

#bcd975

Complementary Color

#bcd975 #9275d9

#bcd975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd975 Color CSS Codes

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

#bcd975 Text Font Color

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

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


#bcd975 Background Color

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

This div background color is #bcd975


#bcd975 Border Color

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

This div border color is #bcd975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd975


Comments

No comments written yet.

Please login to write comment.