Color Hex Logo

#bde023 Color Hex

#BDE023
(189,224,35)
0 Favorites   0 Comments

Color spaces of #bde023

RGB 18922435
HSL0.200.750.51
HSV71°84°88°
CMYK 0.160.000.84   0.12
XYZ47.945364.251511.4649
Yxy64.25150.38770.5196
Hunter Lab80.1570-33.506447.6296
CIE-Lab84.0965-33.429778.1379

#bde023 color RGB value is (189,224,35).

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

The process color (four color CMYK) of #bde023 color hex is 0.16, 0.00, 0.84, 0.12. Web safe color of #bde023 is #cccc33. Color #bde023 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100000 00100011
Octal 275 340 43
Decimal 189 224 35
Hex BD E0 23

RGB Percentages of Color #bde023

%42.19
%50.00
%7.81

CMYK Percentages of Color #bde023

%16
%0
%84
%12

Triadic Colors of #bde023

#bde023 #23bde0 #e023bd

Analogous Colors of #bde023

#bde023 #5fe023 #e0a523

Monochromatic Colors of #bde023

#bde023

Complementary Color

#bde023 #4623e0

#bde023 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde023 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde023 Color CSS Codes

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

#bde023 Text Font Color

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

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


#bde023 Background Color

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

This div background color is #bde023


#bde023 Border Color

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

This div border color is #bde023


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,224,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 #bde023">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde023


Comments

No comments written yet.

Please login to write comment.