Color Hex Logo

#bcd230 Color Hex

#BCD230
(188,210,48)
0 Favorites   0 Comments

Color spaces of #bcd230

RGB 18821048
HSL0.190.640.51
HSV68°77°82°
CMYK 0.100.000.77   0.18
XYZ44.319156.998011.4621
Yxy56.99800.39300.5054
Hunter Lab75.4970-27.334743.8464
CIE-Lab80.1785-26.840071.3903

#bcd230 color RGB value is (188,210,48).

#bcd230 hex color red value is 188, green value is 210 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #bcd230 hue: 0.19 , saturation: 0.64 and the lightness value of bcd230 is 0.51.

The process color (four color CMYK) of #bcd230 color hex is 0.10, 0.00, 0.77, 0.18. Web safe color of #bcd230 is #cccc33. Color #bcd230 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010010 00110000
Octal 274 322 60
Decimal 188 210 48
Hex BC D2 30

RGB Percentages of Color #bcd230

%42.15
%47.09
%10.76

CMYK Percentages of Color #bcd230

%10
%0
%77
%18

Triadic Colors of #bcd230

#bcd230 #30bcd2 #d230bc

Analogous Colors of #bcd230

#bcd230 #6bd230 #d29730

Monochromatic Colors of #bcd230

#bcd230

Complementary Color

#bcd230 #4630d2

#bcd230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd230 Color CSS Codes

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

#bcd230 Text Font Color

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

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


#bcd230 Background Color

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

This div background color is #bcd230


#bcd230 Border Color

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

This div border color is #bcd230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd230


Comments

No comments written yet.

Please login to write comment.