color codes Logo

#bdce3b color codes

#BDCE3B
(189,206,59)
0 Favorites   0 Comments

Color spaces of #bdce3b

RGB 18920659
HSL0.190.600.52
HSV67°71°81°
CMYK 0.080.000.71   0.19
XYZ43.847055.277212.4963
Yxy55.27720.39280.4952
Hunter Lab74.3486-24.840042.0788
CIE-Lab79.2007-24.007066.9456

#bdce3b color RGB value is (189,206,59).

#bdce3b hex color red value is 189, green value is 206 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bdce3b hue: 0.19 , saturation: 0.60 and the lightness value of bdce3b is 0.52.

The process color (four color CMYK) of #bdce3b color code is 0.08, 0.00, 0.71, 0.19. Web safe color of #bdce3b is #cccc33. Color #bdce3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 00111011
Octal 275 316 73
Decimal 189 206 59
Hex BD CE 3B

RGB Percentages of Color #bdce3b

%41.63
%45.37
%13.00

CMYK Percentages of Color #bdce3b

%8
%0
%71
%19

Triadic Colors of #bdce3b

#bdce3b #3bbdce #ce3bbd

Analogous Colors of #bdce3b

#bdce3b #74ce3b #ce963b

Monochromatic Colors of #bdce3b

#bdce3b

Complementary Color

#bdce3b #4c3bce

#bdce3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdce3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdce3b Color CSS Codes

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

#bdce3b Text Font Color

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

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


#bdce3b Background Color

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

This div background color is #bdce3b


#bdce3b Border Color

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

This div border color is #bdce3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdce3b


Comments

No comments written yet.

Please login to write comment.