Color Hex Logo

#bded1d Color Hex

#BDED1D
(189,237,29)
0 Favorites   0 Comments

Color spaces of #bded1d

RGB 18923729
HSL0.210.850.52
HSV74°88°93°
CMYK 0.200.000.88   0.07
XYZ51.492271.475912.2447
Yxy71.47590.38080.5286
Hunter Lab84.5434-39.233450.5932
CIE-Lab87.7157-39.447282.2834

#bded1d color RGB value is (189,237,29).

#bded1d hex color red value is 189, green value is 237 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bded1d hue: 0.21 , saturation: 0.85 and the lightness value of bded1d is 0.52.

The process color (four color CMYK) of #bded1d color hex is 0.20, 0.00, 0.88, 0.07. Web safe color of #bded1d is #ccff33. Color #bded1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 00011101
Octal 275 355 35
Decimal 189 237 29
Hex BD ED 1D

RGB Percentages of Color #bded1d

%41.54
%52.09
%6.37

CMYK Percentages of Color #bded1d

%20
%0
%88
%7

Triadic Colors of #bded1d

#bded1d #1dbded #ed1dbd

Analogous Colors of #bded1d

#bded1d #55ed1d #edb51d

Monochromatic Colors of #bded1d

#bded1d

Complementary Color

#bded1d #4d1ded

#bded1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bded1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bded1d Color CSS Codes

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

#bded1d Text Font Color

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

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


#bded1d Background Color

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

This div background color is #bded1d


#bded1d Border Color

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

This div border color is #bded1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bded1d


Comments

No comments written yet.

Please login to write comment.