color codes Logo

#bccf17 color codes

#BCCF17
(188,207,23)
0 Favorites   0 Comments

Color spaces of #bccf17

RGB 18820723
HSL0.180.800.45
HSV66°89°81°
CMYK 0.090.000.89   0.19
XYZ43.206555.37899.2226
Yxy55.37890.40080.5137
Hunter Lab74.4170-26.592744.7440
CIE-Lab79.2590-26.148976.4060

#bccf17 color RGB value is (188,207,23).

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

The process color (four color CMYK) of #bccf17 color code is 0.09, 0.00, 0.89, 0.19. Web safe color of #bccf17 is #cccc00. Color #bccf17 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 00010111
Octal 274 317 27
Decimal 188 207 23
Hex BC CF 17

RGB Percentages of Color #bccf17

%44.98
%49.52
%5.50

CMYK Percentages of Color #bccf17

%9
%0
%89
%19

Triadic Colors of #bccf17

#bccf17 #17bccf #cf17bc

Analogous Colors of #bccf17

#bccf17 #60cf17 #cf8617

Monochromatic Colors of #bccf17

#bccf17

Complementary Color

#bccf17 #2a17cf

#bccf17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccf17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccf17 Color CSS Codes

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

#bccf17 Text Font Color

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

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


#bccf17 Background Color

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

This div background color is #bccf17


#bccf17 Border Color

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

This div border color is #bccf17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccf17


Comments

No comments written yet.

Please login to write comment.