Color Hex Logo

#bacf0d Color Hex

#BACF0D
(186,207,13)
0 Favorites   0 Comments

Color spaces of #bacf0d

RGB 18620713
HSL0.180.880.43
HSV66°94°81°
CMYK 0.100.000.94   0.19
XYZ42.635255.09388.7678
Yxy55.09380.40030.5173
Hunter Lab74.2252-27.363144.9540
CIE-Lab79.0953-27.145177.5919

#bacf0d color RGB value is (186,207,13).

#bacf0d hex color red value is 186, green value is 207 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bacf0d hue: 0.18 , saturation: 0.88 and the lightness value of bacf0d is 0.43.

The process color (four color CMYK) of #bacf0d color hex is 0.10, 0.00, 0.94, 0.19. Web safe color of #bacf0d is #cccc00. Color #bacf0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001111 00001101
Octal 272 317 15
Decimal 186 207 13
Hex BA CF D

RGB Percentages of Color #bacf0d

%45.81
%50.99
%3.20

CMYK Percentages of Color #bacf0d

%10
%0
%94
%19

Triadic Colors of #bacf0d

#bacf0d #0dbacf #cf0dba

Analogous Colors of #bacf0d

#bacf0d #59cf0d #cf830d

Monochromatic Colors of #bacf0d

#bacf0d

Complementary Color

#bacf0d #220dcf

#bacf0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacf0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacf0d Color CSS Codes

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

#bacf0d Text Font Color

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

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


#bacf0d Background Color

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

This div background color is #bacf0d


#bacf0d Border Color

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

This div border color is #bacf0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacf0d


Comments

No comments written yet.

Please login to write comment.