Color Hex Logo

#bdcf2a Color Hex

#BDCF2A
(189,207,42)
0 Favorites   0 Comments

Color spaces of #bdcf2a

RGB 18920742
HSL0.180.660.49
HSV67°80°81°
CMYK 0.090.000.80   0.19
XYZ43.717055.611610.6205
Yxy55.61160.39760.5058
Hunter Lab74.5732-25.861143.7573
CIE-Lab79.3923-25.215072.4050

#bdcf2a color RGB value is (189,207,42).

#bdcf2a hex color red value is 189, green value is 207 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bdcf2a hue: 0.18 , saturation: 0.66 and the lightness value of bdcf2a is 0.49.

The process color (four color CMYK) of #bdcf2a color hex is 0.09, 0.00, 0.80, 0.19. Web safe color of #bdcf2a is #cccc33. Color #bdcf2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 00101010
Octal 275 317 52
Decimal 189 207 42
Hex BD CF 2A

RGB Percentages of Color #bdcf2a

%43.15
%47.26
%9.59

CMYK Percentages of Color #bdcf2a

%9
%0
%80
%19

Triadic Colors of #bdcf2a

#bdcf2a #2abdcf #cf2abd

Analogous Colors of #bdcf2a

#bdcf2a #6bcf2a #cf8f2a

Monochromatic Colors of #bdcf2a

#bdcf2a

Complementary Color

#bdcf2a #3c2acf

#bdcf2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcf2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcf2a Color CSS Codes

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

#bdcf2a Text Font Color

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

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


#bdcf2a Background Color

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

This div background color is #bdcf2a


#bdcf2a Border Color

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

This div border color is #bdcf2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcf2a


Comments

No comments written yet.

Please login to write comment.