Color Hex Logo

#bdce27 Color Hex

#BDCE27
(189,206,39)
0 Favorites   0 Comments

Color spaces of #bdce27

RGB 18920639
HSL0.180.680.48
HSV66°81°81°
CMYK 0.080.000.81   0.19
XYZ43.423855.107910.2677
Yxy55.10790.39910.5065
Hunter Lab74.2347-25.496643.7636
CIE-Lab79.1034-24.834672.9379

#bdce27 color RGB value is (189,206,39).

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

The process color (four color CMYK) of #bdce27 color hex is 0.08, 0.00, 0.81, 0.19. Web safe color of #bdce27 is #cccc33. Color #bdce27 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 00100111
Octal 275 316 47
Decimal 189 206 39
Hex BD CE 27

RGB Percentages of Color #bdce27

%43.55
%47.47
%8.99

CMYK Percentages of Color #bdce27

%8
%0
%81
%19

Triadic Colors of #bdce27

#bdce27 #27bdce #ce27bd

Analogous Colors of #bdce27

#bdce27 #6ace27 #ce8c27

Monochromatic Colors of #bdce27

#bdce27

Complementary Color

#bdce27 #3827ce

#bdce27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdce27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdce27 Color CSS Codes

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

#bdce27 Text Font Color

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

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


#bdce27 Background Color

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

This div background color is #bdce27


#bdce27 Border Color

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

This div border color is #bdce27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdce27


Comments

No comments written yet.

Please login to write comment.