Color Hex Logo

#bcd362 Color Hex

#BCD362
(188,211,98)
0 Favorites   0 Comments

Color spaces of #bcd362

RGB 18821198
HSL0.200.560.61
HSV72°54°83°
CMYK 0.110.000.54   0.17
XYZ46.237958.161720.3446
Yxy58.16170.37070.4662
Hunter Lab76.2638-25.239137.5681
CIE-Lab80.8286-24.125752.6072

#bcd362 color RGB value is (188,211,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010011 01100010
Octal 274 323 142
Decimal 188 211 98
Hex BC D3 62

RGB Percentages of Color #bcd362

%37.83
%42.45
%19.72

CMYK Percentages of Color #bcd362

%11
%0
%54
%17

Triadic Colors of #bcd362

#bcd362 #62bcd3 #d362bc

Analogous Colors of #bcd362

#bcd362 #84d362 #d3b262

Monochromatic Colors of #bcd362

#bcd362

Complementary Color

#bcd362 #7962d3

#bcd362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd362 Color CSS Codes

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

#bcd362 Text Font Color

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

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


#bcd362 Background Color

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

This div background color is #bcd362


#bcd362 Border Color

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

This div border color is #bcd362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd362


Comments

No comments written yet.

Please login to write comment.