Color Hex Logo

#bcda07 Color Hex

#BCDA07
(188,218,7)
0 Favorites   0 Comments

Color spaces of #bcda07

RGB 1882187
HSL0.190.940.44
HSV69°97°85°
CMYK 0.140.000.97   0.15
XYZ45.848860.84959.5297
Yxy60.84950.39450.5235
Hunter Lab78.0061-31.595647.3610
CIE-Lab82.2978-31.564580.6809

#bcda07 color RGB value is (188,218,7).

#bcda07 hex color red value is 188, green value is 218 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #bcda07 hue: 0.19 , saturation: 0.94 and the lightness value of bcda07 is 0.44.

The process color (four color CMYK) of #bcda07 color hex is 0.14, 0.00, 0.97, 0.15. Web safe color of #bcda07 is #cccc00. Color #bcda07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011010 00000111
Octal 274 332 7
Decimal 188 218 7
Hex BC DA 7

RGB Percentages of Color #bcda07

%45.52
%52.78
%1.69

CMYK Percentages of Color #bcda07

%14
%0
%97
%15

Triadic Colors of #bcda07

#bcda07 #07bcda #da07bc

Analogous Colors of #bcda07

#bcda07 #52da07 #da8f07

Monochromatic Colors of #bcda07

#bcda07

Complementary Color

#bcda07 #2507da

#bcda07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcda07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcda07 Color CSS Codes

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

#bcda07 Text Font Color

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

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


#bcda07 Background Color

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

This div background color is #bcda07


#bcda07 Border Color

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

This div border color is #bcda07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcda07


Comments

No comments written yet.

Please login to write comment.