Color Hex Logo

#bdce22 Color Hex

#BDCE22
(189,206,34)
0 Favorites   0 Comments

Color spaces of #bdce22

RGB 18920634
HSL0.180.720.47
HSV66°83°81°
CMYK 0.080.000.83   0.19
XYZ43.346355.07699.8597
Yxy55.07690.40030.5086
Hunter Lab74.2138-25.617144.0727
CIE-Lab79.0855-24.987074.1292

#bdce22 color RGB value is (189,206,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 00100010
Octal 275 316 42
Decimal 189 206 34
Hex BD CE 22

RGB Percentages of Color #bdce22

%44.06
%48.02
%7.93

CMYK Percentages of Color #bdce22

%8
%0
%83
%19

Triadic Colors of #bdce22

#bdce22 #22bdce #ce22bd

Analogous Colors of #bdce22

#bdce22 #67ce22 #ce8922

Monochromatic Colors of #bdce22

#bdce22

Complementary Color

#bdce22 #3322ce

#bdce22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdce22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdce22 Color CSS Codes

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

#bdce22 Text Font Color

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

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


#bdce22 Background Color

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

This div background color is #bdce22


#bdce22 Border Color

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

This div border color is #bdce22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdce22


Comments

No comments written yet.

Please login to write comment.