Color Hex Logo

#bde018 Color Hex

#BDE018
(189,224,24)
0 Favorites   0 Comments

Color spaces of #bde018

RGB 18922424
HSL0.200.810.49
HSV71°89°88°
CMYK 0.160.000.89   0.12
XYZ47.806864.196110.7356
Yxy64.19610.38950.5230
Hunter Lab80.1225-33.708448.1415
CIE-Lab84.0678-33.689380.1349

#bde018 color RGB value is (189,224,24).

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

The process color (four color CMYK) of #bde018 color hex is 0.16, 0.00, 0.89, 0.12. Web safe color of #bde018 is #cccc00. Color #bde018 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100000 00011000
Octal 275 340 30
Decimal 189 224 24
Hex BD E0 18

RGB Percentages of Color #bde018

%43.25
%51.26
%5.49

CMYK Percentages of Color #bde018

%16
%0
%89
%12

Triadic Colors of #bde018

#bde018 #18bde0 #e018bd

Analogous Colors of #bde018

#bde018 #59e018 #e09f18

Monochromatic Colors of #bde018

#bde018

Complementary Color

#bde018 #3b18e0

#bde018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde018 Color CSS Codes

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

#bde018 Text Font Color

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

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


#bde018 Background Color

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

This div background color is #bde018


#bde018 Border Color

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

This div border color is #bde018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde018


Comments

No comments written yet.

Please login to write comment.