Color Hex Logo

#bdc258 Color Hex

#BDC258
(189,194,88)
0 Favorites   0 Comments

Color spaces of #bdc258

RGB 18919488
HSL0.170.460.55
HSV63°55°76°
CMYK 0.030.000.55   0.24
XYZ42.039550.107016.6884
Yxy50.10700.38630.4604
Hunter Lab70.7863-17.866135.5723
CIE-Lab76.1349-16.175851.8210

#bdc258 color RGB value is (189,194,88).

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

The process color (four color CMYK) of #bdc258 color hex is 0.03, 0.00, 0.55, 0.24. Web safe color of #bdc258 is #cccc66. Color #bdc258 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 01011000
Octal 275 302 130
Decimal 189 194 88
Hex BD C2 58

RGB Percentages of Color #bdc258

%40.13
%41.19
%18.68

CMYK Percentages of Color #bdc258

%3
%0
%55
%24

Triadic Colors of #bdc258

#bdc258 #58bdc2 #c258bd

Analogous Colors of #bdc258

#bdc258 #88c258 #c29258

Monochromatic Colors of #bdc258

#bdc258

Complementary Color

#bdc258 #5d58c2

#bdc258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc258 Color CSS Codes

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

#bdc258 Text Font Color

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

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


#bdc258 Background Color

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

This div background color is #bdc258


#bdc258 Border Color

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

This div border color is #bdc258


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,194,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 #bdc258">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc258


Comments

No comments written yet.

Please login to write comment.