Color Hex Logo

#bded54 Color Hex

#BDED54
(189,237,84)
0 Favorites   0 Comments

Color spaces of #bded54

RGB 18923784
HSL0.220.810.63
HSV79°65°93°
CMYK 0.200.000.65   0.07
XYZ52.870772.027319.5036
Yxy72.02730.36610.4988
Hunter Lab84.8689-37.320645.7829
CIE-Lab87.9817-36.988566.5379

#bded54 color RGB value is (189,237,84).

#bded54 hex color red value is 189, green value is 237 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #bded54 hue: 0.22 , saturation: 0.81 and the lightness value of bded54 is 0.63.

The process color (four color CMYK) of #bded54 color hex is 0.20, 0.00, 0.65, 0.07. Web safe color of #bded54 is #ccff66. Color #bded54 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 01010100
Octal 275 355 124
Decimal 189 237 84
Hex BD ED 54

RGB Percentages of Color #bded54

%37.06
%46.47
%16.47

CMYK Percentages of Color #bded54

%20
%0
%65
%7

Triadic Colors of #bded54

#bded54 #54bded #ed54bd

Analogous Colors of #bded54

#bded54 #71ed54 #edd154

Monochromatic Colors of #bded54

#bded54

Complementary Color

#bded54 #8454ed

#bded54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bded54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bded54 Color CSS Codes

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

#bded54 Text Font Color

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

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


#bded54 Background Color

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

This div background color is #bded54


#bded54 Border Color

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

This div border color is #bded54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bded54


Comments

No comments written yet.

Please login to write comment.