Color Hex Logo

#bcd045 Color Hex

#BCD045
(188,208,69)
0 Favorites   0 Comments

Color spaces of #bcd045

RGB 18820869
HSL0.190.600.54
HSV69°67°82°
CMYK 0.100.000.67   0.18
XYZ44.369156.232814.1457
Yxy56.23280.38670.4901
Hunter Lab74.9885-25.615341.3076
CIE-Lab79.7461-24.830763.7853

#bcd045 color RGB value is (188,208,69).

#bcd045 hex color red value is 188, green value is 208 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #bcd045 hue: 0.19 , saturation: 0.60 and the lightness value of bcd045 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 01000101
Octal 274 320 105
Decimal 188 208 69
Hex BC D0 45

RGB Percentages of Color #bcd045

%40.43
%44.73
%14.84

CMYK Percentages of Color #bcd045

%10
%0
%67
%18

Triadic Colors of #bcd045

#bcd045 #45bcd0 #d045bc

Analogous Colors of #bcd045

#bcd045 #77d045 #d09f45

Monochromatic Colors of #bcd045

#bcd045

Complementary Color

#bcd045 #5945d0

#bcd045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd045 Color CSS Codes

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

#bcd045 Text Font Color

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

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


#bcd045 Background Color

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

This div background color is #bcd045


#bcd045 Border Color

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

This div border color is #bcd045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd045


Comments

No comments written yet.

Please login to write comment.