Color Hex Logo

#bdce3e Color Hex

#BDCE3E
(189,206,62)
0 Favorites   0 Comments

Color spaces of #bdce3e

RGB 18920662
HSL0.190.600.53
HSV67°70°81°
CMYK 0.080.000.70   0.19
XYZ43.927155.309212.9180
Yxy55.30920.39170.4932
Hunter Lab74.3702-24.715941.7605
CIE-Lab79.2190-23.851065.8961

#bdce3e color RGB value is (189,206,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 00111110
Octal 275 316 76
Decimal 189 206 62
Hex BD CE 3E

RGB Percentages of Color #bdce3e

%41.36
%45.08
%13.57

CMYK Percentages of Color #bdce3e

%8
%0
%70
%19

Triadic Colors of #bdce3e

#bdce3e #3ebdce #ce3ebd

Analogous Colors of #bdce3e

#bdce3e #75ce3e #ce973e

Monochromatic Colors of #bdce3e

#bdce3e

Complementary Color

#bdce3e #4f3ece

#bdce3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdce3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdce3e Color CSS Codes

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

#bdce3e Text Font Color

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

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


#bdce3e Background Color

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

This div background color is #bdce3e


#bdce3e Border Color

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

This div border color is #bdce3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdce3e


Comments

No comments written yet.

Please login to write comment.