Color Hex Logo

#bde223 Color Hex

#BDE223
(189,226,35)
0 Favorites   0 Comments

Color spaces of #bde223

RGB 18922635
HSL0.200.770.51
HSV72°85°89°
CMYK 0.160.000.85   0.11
XYZ48.486065.332911.6451
Yxy65.33290.38650.5207
Hunter Lab80.8288-34.375248.0382
CIE-Lab84.6550-34.346278.6085

#bde223 color RGB value is (189,226,35).

#bde223 hex color red value is 189, green value is 226 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #bde223 hue: 0.20 , saturation: 0.77 and the lightness value of bde223 is 0.51.

The process color (four color CMYK) of #bde223 color hex is 0.16, 0.00, 0.85, 0.11. Web safe color of #bde223 is #cccc33. Color #bde223 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100010 00100011
Octal 275 342 43
Decimal 189 226 35
Hex BD E2 23

RGB Percentages of Color #bde223

%42.00
%50.22
%7.78

CMYK Percentages of Color #bde223

%16
%0
%85
%11

Triadic Colors of #bde223

#bde223 #23bde2 #e223bd

Analogous Colors of #bde223

#bde223 #5ee223 #e2a823

Monochromatic Colors of #bde223

#bde223

Complementary Color

#bde223 #4823e2

#bde223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde223 Color CSS Codes

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

#bde223 Text Font Color

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

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


#bde223 Background Color

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

This div background color is #bde223


#bde223 Border Color

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

This div border color is #bde223


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde223


Comments

No comments written yet.

Please login to write comment.