Color Hex Logo

#bdcf58 Color Hex

#BDCF58
(189,207,88)
0 Favorites   0 Comments

Color spaces of #bdcf58

RGB 18920788
HSL0.190.550.58
HSV69°57°81°
CMYK 0.090.000.57   0.19
XYZ45.060556.149017.6954
Yxy56.14900.37900.4722
Hunter Lab74.9326-23.791738.4515
CIE-Lab79.6985-22.621355.8543

#bdcf58 color RGB value is (189,207,88).

#bdcf58 hex color red value is 189, green value is 207 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bdcf58 hue: 0.19 , saturation: 0.55 and the lightness value of bdcf58 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001111 01011000
Octal 275 317 130
Decimal 189 207 88
Hex BD CF 58

RGB Percentages of Color #bdcf58

%39.05
%42.77
%18.18

CMYK Percentages of Color #bdcf58

%9
%0
%57
%19

Triadic Colors of #bdcf58

#bdcf58 #58bdcf #cf58bd

Analogous Colors of #bdcf58

#bdcf58 #82cf58 #cfa658

Monochromatic Colors of #bdcf58

#bdcf58

Complementary Color

#bdcf58 #6a58cf

#bdcf58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcf58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcf58 Color CSS Codes

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

#bdcf58 Text Font Color

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

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


#bdcf58 Background Color

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

This div background color is #bdcf58


#bdcf58 Border Color

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

This div border color is #bdcf58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcf58


Comments

No comments written yet.

Please login to write comment.