Color Hex Logo

#bcd753 Color Hex

#BCD753
(188,215,83)
0 Favorites   0 Comments

Color spaces of #bcd753

RGB 18821583
HSL0.200.620.58
HSV72°61°84°
CMYK 0.130.000.61   0.16
XYZ46.600859.916817.2926
Yxy59.91680.37640.4839
Hunter Lab77.4059-27.997840.9387
CIE-Lab81.7929-27.256260.2998

#bcd753 color RGB value is (188,215,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010111 01010011
Octal 274 327 123
Decimal 188 215 83
Hex BC D7 53

RGB Percentages of Color #bcd753

%38.68
%44.24
%17.08

CMYK Percentages of Color #bcd753

%13
%0
%61
%16

Triadic Colors of #bcd753

#bcd753 #53bcd7 #d753bc

Analogous Colors of #bcd753

#bcd753 #7ad753 #d7b053

Monochromatic Colors of #bcd753

#bcd753

Complementary Color

#bcd753 #6e53d7

#bcd753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd753 Color CSS Codes

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

#bcd753 Text Font Color

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

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


#bcd753 Background Color

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

This div background color is #bcd753


#bcd753 Border Color

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

This div border color is #bcd753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd753


Comments

No comments written yet.

Please login to write comment.