color codes Logo

#bdce2e color codes

#BDCE2E
(189,206,46)
0 Favorites   0 Comments

Color spaces of #bdce2e

RGB 18920646
HSL0.180.630.49
HSV66°78°81°
CMYK 0.080.000.78   0.19
XYZ43.550755.158710.9361
Yxy55.15870.39720.5031
Hunter Lab74.2689-25.299643.2578
CIE-Lab79.1326-24.585871.0543

#bdce2e color RGB value is (189,206,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 00101110
Octal 275 316 56
Decimal 189 206 46
Hex BD CE 2E

RGB Percentages of Color #bdce2e

%42.86
%46.71
%10.43

CMYK Percentages of Color #bdce2e

%8
%0
%78
%19

Triadic Colors of #bdce2e

#bdce2e #2ebdce #ce2ebd

Analogous Colors of #bdce2e

#bdce2e #6dce2e #ce8f2e

Monochromatic Colors of #bdce2e

#bdce2e

Complementary Color

#bdce2e #3f2ece

#bdce2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdce2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdce2e Color CSS Codes

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

#bdce2e Text Font Color

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

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


#bdce2e Background Color

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

This div background color is #bdce2e


#bdce2e Border Color

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

This div border color is #bdce2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdce2e


Comments

No comments written yet.

Please login to write comment.