Color Hex Logo

#bcd453 Color Hex

#BCD453
(188,212,83)
0 Favorites   0 Comments

Color spaces of #bcd453

RGB 18821283
HSL0.200.600.58
HSV71°61°83°
CMYK 0.110.000.61   0.17
XYZ45.843958.402917.0403
Yxy58.40290.37800.4815
Hunter Lab76.4218-26.659640.2749
CIE-Lab80.9623-25.822059.3969

#bcd453 color RGB value is (188,212,83).

#bcd453 hex color red value is 188, green value is 212 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #bcd453 hue: 0.20 , saturation: 0.60 and the lightness value of bcd453 is 0.58.

The process color (four color CMYK) of #bcd453 color hex is 0.11, 0.00, 0.61, 0.17. Web safe color of #bcd453 is #cccc66. Color #bcd453 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010100 01010011
Octal 274 324 123
Decimal 188 212 83
Hex BC D4 53

RGB Percentages of Color #bcd453

%38.92
%43.89
%17.18

CMYK Percentages of Color #bcd453

%11
%0
%61
%17

Triadic Colors of #bcd453

#bcd453 #53bcd4 #d453bc

Analogous Colors of #bcd453

#bcd453 #7cd453 #d4ac53

Monochromatic Colors of #bcd453

#bcd453

Complementary Color

#bcd453 #6b53d4

#bcd453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd453 Color CSS Codes

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

#bcd453 Text Font Color

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

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


#bcd453 Background Color

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

This div background color is #bcd453


#bcd453 Border Color

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

This div border color is #bcd453


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd453


Comments

No comments written yet.

Please login to write comment.