Color Hex Logo

#bcd758 Color Hex

#BCD758
(188,215,88)
0 Favorites   0 Comments

Color spaces of #bcd758

RGB 18821588
HSL0.200.610.59
HSV73°59°84°
CMYK 0.130.000.59   0.16
XYZ46.800959.996818.3464
Yxy59.99680.37400.4794
Hunter Lab77.4576-27.698840.1771
CIE-Lab81.8364-26.880258.2180

#bcd758 color RGB value is (188,215,88).

#bcd758 hex color red value is 188, green value is 215 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bcd758 hue: 0.20 , saturation: 0.61 and the lightness value of bcd758 is 0.59.

The process color (four color CMYK) of #bcd758 color hex is 0.13, 0.00, 0.59, 0.16. Web safe color of #bcd758 is #cccc66. Color #bcd758 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010111 01011000
Octal 274 327 130
Decimal 188 215 88
Hex BC D7 58

RGB Percentages of Color #bcd758

%38.29
%43.79
%17.92

CMYK Percentages of Color #bcd758

%13
%0
%59
%16

Triadic Colors of #bcd758

#bcd758 #58bcd7 #d758bc

Analogous Colors of #bcd758

#bcd758 #7dd758 #d7b358

Monochromatic Colors of #bcd758

#bcd758

Complementary Color

#bcd758 #7358d7

#bcd758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd758 Color CSS Codes

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

#bcd758 Text Font Color

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

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


#bcd758 Background Color

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

This div background color is #bcd758


#bcd758 Border Color

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

This div border color is #bcd758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd758


Comments

No comments written yet.

Please login to write comment.