Color Hex Logo

#bcd018 Color Hex

#BCD018
(188,208,24)
0 Favorites   0 Comments

Color spaces of #bcd018

RGB 18820824
HSL0.180.790.45
HSV67°88°82°
CMYK 0.100.000.88   0.18
XYZ43.459855.86919.3574
Yxy55.86910.39990.5140
Hunter Lab74.7456-27.018544.8994
CIE-Lab79.5393-26.607076.4633

#bcd018 color RGB value is (188,208,24).

#bcd018 hex color red value is 188, green value is 208 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #bcd018 hue: 0.18 , saturation: 0.79 and the lightness value of bcd018 is 0.45.

The process color (four color CMYK) of #bcd018 color hex is 0.10, 0.00, 0.88, 0.18. Web safe color of #bcd018 is #cccc00. Color #bcd018 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010000 00011000
Octal 274 320 30
Decimal 188 208 24
Hex BC D0 18

RGB Percentages of Color #bcd018

%44.76
%49.52
%5.71

CMYK Percentages of Color #bcd018

%10
%0
%88
%18

Triadic Colors of #bcd018

#bcd018 #18bcd0 #d018bc

Analogous Colors of #bcd018

#bcd018 #60d018 #d08818

Monochromatic Colors of #bcd018

#bcd018

Complementary Color

#bcd018 #2c18d0

#bcd018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd018 Color CSS Codes

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

#bcd018 Text Font Color

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

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


#bcd018 Background Color

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

This div background color is #bcd018


#bcd018 Border Color

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

This div border color is #bcd018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd018


Comments

No comments written yet.

Please login to write comment.