Color Hex Logo

#bdcf70 Color Hex

#BDCF70
(189,207,112)
0 Favorites   0 Comments

Color spaces of #bdcf70

RGB 189207112
HSL0.200.500.63
HSV71°46°81°
CMYK 0.090.000.46   0.19
XYZ46.223756.614323.8206
Yxy56.61430.36490.4470
Hunter Lab75.2425-22.016433.8994
CIE-Lab79.9622-20.431344.9408

#bdcf70 color RGB value is (189,207,112).

#bdcf70 hex color red value is 189, green value is 207 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bdcf70 hue: 0.20 , saturation: 0.50 and the lightness value of bdcf70 is 0.63.

The process color (four color CMYK) of #bdcf70 color hex is 0.09, 0.00, 0.46, 0.19. Web safe color of #bdcf70 is #cccc66. Color #bdcf70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 01110000
Octal 275 317 160
Decimal 189 207 112
Hex BD CF 70

RGB Percentages of Color #bdcf70

%37.20
%40.75
%22.05

CMYK Percentages of Color #bdcf70

%9
%0
%46
%19

Triadic Colors of #bdcf70

#bdcf70 #70bdcf #cf70bd

Analogous Colors of #bdcf70

#bdcf70 #8ecf70 #cfb270

Monochromatic Colors of #bdcf70

#bdcf70

Complementary Color

#bdcf70 #8270cf

#bdcf70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcf70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcf70 Color CSS Codes

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

#bdcf70 Text Font Color

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

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


#bdcf70 Background Color

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

This div background color is #bdcf70


#bdcf70 Border Color

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

This div border color is #bdcf70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcf70


Comments

No comments written yet.

Please login to write comment.