Color Hex Logo

#bdce0f Color Hex

#BDCE0F
(189,206,15)
0 Favorites   0 Comments

Color spaces of #bdce0f

RGB 18920615
HSL0.180.860.43
HSV65°93°81°
CMYK 0.080.000.93   0.19
XYZ43.143854.99598.7933
Yxy54.99590.40350.5143
Hunter Lab74.1592-25.932244.8812
CIE-Lab79.0389-25.386277.4111

#bdce0f color RGB value is (189,206,15).

#bdce0f hex color red value is 189, green value is 206 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bdce0f hue: 0.18 , saturation: 0.86 and the lightness value of bdce0f is 0.43.

The process color (four color CMYK) of #bdce0f color hex is 0.08, 0.00, 0.93, 0.19. Web safe color of #bdce0f is #cccc00. Color #bdce0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 00001111
Octal 275 316 17
Decimal 189 206 15
Hex BD CE F

RGB Percentages of Color #bdce0f

%46.10
%50.24
%3.66

CMYK Percentages of Color #bdce0f

%8
%0
%93
%19

Triadic Colors of #bdce0f

#bdce0f #0fbdce #ce0fbd

Analogous Colors of #bdce0f

#bdce0f #5ece0f #ce800f

Monochromatic Colors of #bdce0f

#bdce0f

Complementary Color

#bdce0f #200fce

#bdce0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdce0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdce0f Color CSS Codes

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

#bdce0f Text Font Color

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

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


#bdce0f Background Color

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

This div background color is #bdce0f


#bdce0f Border Color

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

This div border color is #bdce0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdce0f


Comments

No comments written yet.

Please login to write comment.