Color Hex Logo

#bcd254 Color Hex

#BCD254
(188,210,84)
0 Favorites   0 Comments

Color spaces of #bcd254

RGB 18821084
HSL0.200.580.58
HSV70°60°82°
CMYK 0.100.000.60   0.18
XYZ45.385957.424617.0795
Yxy57.42460.37860.4790
Hunter Lab75.7790-25.705339.6822
CIE-Lab80.4178-24.785458.3757

#bcd254 color RGB value is (188,210,84).

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

The process color (four color CMYK) of #bcd254 color hex is 0.10, 0.00, 0.60, 0.18. Web safe color of #bcd254 is #cccc66. Color #bcd254 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010010 01010100
Octal 274 322 124
Decimal 188 210 84
Hex BC D2 54

RGB Percentages of Color #bcd254

%39.00
%43.57
%17.43

CMYK Percentages of Color #bcd254

%10
%0
%60
%18

Triadic Colors of #bcd254

#bcd254 #54bcd2 #d254bc

Analogous Colors of #bcd254

#bcd254 #7dd254 #d2a954

Monochromatic Colors of #bcd254

#bcd254

Complementary Color

#bcd254 #6a54d2

#bcd254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd254 Color CSS Codes

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

#bcd254 Text Font Color

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

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


#bcd254 Background Color

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

This div background color is #bcd254


#bcd254 Border Color

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

This div border color is #bcd254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd254


Comments

No comments written yet.

Please login to write comment.