Color Hex Logo

#bdc958 Color Hex

#BDC958
(189,201,88)
0 Favorites   0 Comments

Color spaces of #bdc958

RGB 18920188
HSL0.180.510.57
HSV66°56°79°
CMYK 0.060.000.56   0.21
XYZ43.634453.296717.2200
Yxy53.29670.38230.4669
Hunter Lab73.0046-21.069737.1181
CIE-Lab78.0498-19.672053.9980

#bdc958 color RGB value is (189,201,88).

#bdc958 hex color red value is 189, green value is 201 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bdc958 hue: 0.18 , saturation: 0.51 and the lightness value of bdc958 is 0.57.

The process color (four color CMYK) of #bdc958 color hex is 0.06, 0.00, 0.56, 0.21. Web safe color of #bdc958 is #cccc66. Color #bdc958 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001001 01011000
Octal 275 311 130
Decimal 189 201 88
Hex BD C9 58

RGB Percentages of Color #bdc958

%39.54
%42.05
%18.41

CMYK Percentages of Color #bdc958

%6
%0
%56
%21

Triadic Colors of #bdc958

#bdc958 #58bdc9 #c958bd

Analogous Colors of #bdc958

#bdc958 #85c958 #c99d58

Monochromatic Colors of #bdc958

#bdc958

Complementary Color

#bdc958 #6458c9

#bdc958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc958 Color CSS Codes

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

#bdc958 Text Font Color

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

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


#bdc958 Background Color

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

This div background color is #bdc958


#bdc958 Border Color

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

This div border color is #bdc958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc958


Comments

No comments written yet.

Please login to write comment.