Color Hex Logo

#bccf15 Color Hex

#BCCF15
(188,207,21)
0 Favorites   0 Comments

Color spaces of #bccf15

RGB 18820721
HSL0.180.820.45
HSV66°90°81°
CMYK 0.090.000.90   0.19
XYZ43.187255.37129.1210
Yxy55.37120.40110.5142
Hunter Lab74.4118-26.622744.8208
CIE-Lab79.2546-26.187176.7221

#bccf15 color RGB value is (188,207,21).

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

The process color (four color CMYK) of #bccf15 color hex is 0.09, 0.00, 0.90, 0.19. Web safe color of #bccf15 is #cccc00. Color #bccf15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 00010101
Octal 274 317 25
Decimal 188 207 21
Hex BC CF 15

RGB Percentages of Color #bccf15

%45.19
%49.76
%5.05

CMYK Percentages of Color #bccf15

%9
%0
%90
%19

Triadic Colors of #bccf15

#bccf15 #15bccf #cf15bc

Analogous Colors of #bccf15

#bccf15 #5fcf15 #cf8515

Monochromatic Colors of #bccf15

#bccf15

Complementary Color

#bccf15 #2815cf

#bccf15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccf15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccf15 Color CSS Codes

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

#bccf15 Text Font Color

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

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


#bccf15 Background Color

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

This div background color is #bccf15


#bccf15 Border Color

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

This div border color is #bccf15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccf15


Comments

No comments written yet.

Please login to write comment.