Color Hex Logo

#bded63 Color Hex

#BDED63
(189,237,99)
0 Favorites   0 Comments

Color spaces of #bded63

RGB 18923799
HSL0.220.790.66
HSV81°58°93°
CMYK 0.200.000.58   0.07
XYZ53.522672.288022.9364
Yxy72.28800.35980.4860
Hunter Lab85.0224-36.421243.5210
CIE-Lab88.1070-35.845460.4936

#bded63 color RGB value is (189,237,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 01100011
Octal 275 355 143
Decimal 189 237 99
Hex BD ED 63

RGB Percentages of Color #bded63

%36.00
%45.14
%18.86

CMYK Percentages of Color #bded63

%20
%0
%58
%7

Triadic Colors of #bded63

#bded63 #63bded #ed63bd

Analogous Colors of #bded63

#bded63 #78ed63 #edd863

Monochromatic Colors of #bded63

#bded63

Complementary Color

#bded63 #9363ed

#bded63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bded63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bded63 Color CSS Codes

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

#bded63 Text Font Color

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

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


#bded63 Background Color

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

This div background color is #bded63


#bded63 Border Color

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

This div border color is #bded63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bded63


Comments

No comments written yet.

Please login to write comment.