Color Hex Logo

#bcc618 Color Hex

#BCC618
(188,198,24)
0 Favorites   0 Comments

Color spaces of #bcc618

RGB 18819824
HSL0.180.780.44
HSV63°88°78°
CMYK 0.050.000.88   0.22
XYZ41.098051.14558.5701
Yxy51.14550.40770.5073
Hunter Lab71.5161-22.574942.9563
CIE-Lab76.7671-21.766174.2318

#bcc618 color RGB value is (188,198,24).

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

The process color (four color CMYK) of #bcc618 color hex is 0.05, 0.00, 0.88, 0.22. Web safe color of #bcc618 is #cccc00. Color #bcc618 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000110 00011000
Octal 274 306 30
Decimal 188 198 24
Hex BC C6 18

RGB Percentages of Color #bcc618

%45.85
%48.29
%5.85

CMYK Percentages of Color #bcc618

%5
%0
%88
%22

Triadic Colors of #bcc618

#bcc618 #18bcc6 #c618bc

Analogous Colors of #bcc618

#bcc618 #65c618 #c67918

Monochromatic Colors of #bcc618

#bcc618

Complementary Color

#bcc618 #2218c6

#bcc618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc618 Color CSS Codes

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

#bcc618 Text Font Color

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

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


#bcc618 Background Color

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

This div background color is #bcc618


#bcc618 Border Color

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

This div border color is #bcc618


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,198,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 #bcc618">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc618


Comments

No comments written yet.

Please login to write comment.