Color Hex Logo

#bccf06 Color Hex

#BCCF06
(188,207,6)
0 Favorites   0 Comments

Color spaces of #bccf06

RGB 1882076
HSL0.180.940.42
HSV66°97°81°
CMYK 0.090.000.97   0.19
XYZ43.084755.33028.5813
Yxy55.33020.40270.5171
Hunter Lab74.3843-26.782145.2290
CIE-Lab79.2311-26.390178.4428

#bccf06 color RGB value is (188,207,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001111 00000110
Octal 274 317 6
Decimal 188 207 6
Hex BC CF 6

RGB Percentages of Color #bccf06

%46.88
%51.62
%1.50

CMYK Percentages of Color #bccf06

%9
%0
%97
%19

Triadic Colors of #bccf06

#bccf06 #06bccf #cf06bc

Analogous Colors of #bccf06

#bccf06 #58cf06 #cf7e06

Monochromatic Colors of #bccf06

#bccf06

Complementary Color

#bccf06 #1906cf

#bccf06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccf06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccf06 Color CSS Codes

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

#bccf06 Text Font Color

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

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


#bccf06 Background Color

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

This div background color is #bccf06


#bccf06 Border Color

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

This div border color is #bccf06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccf06


Comments

No comments written yet.

Please login to write comment.