Color Hex Logo

#bdd265 Color Hex

#BDD265
(189,210,101)
0 Favorites   0 Comments

Color spaces of #bdd265

RGB 189210101
HSL0.200.550.61
HSV72°52°82°
CMYK 0.100.000.52   0.18
XYZ46.381857.851621.0338
Yxy57.85160.37030.4618
Hunter Lab76.0602-24.255536.8460
CIE-Lab80.6562-22.975151.0332

#bdd265 color RGB value is (189,210,101).

#bdd265 hex color red value is 189, green value is 210 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #bdd265 hue: 0.20 , saturation: 0.55 and the lightness value of bdd265 is 0.61.

The process color (four color CMYK) of #bdd265 color hex is 0.10, 0.00, 0.52, 0.18. Web safe color of #bdd265 is #cccc66. Color #bdd265 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010010 01100101
Octal 275 322 145
Decimal 189 210 101
Hex BD D2 65

RGB Percentages of Color #bdd265

%37.80
%42.00
%20.20

CMYK Percentages of Color #bdd265

%10
%0
%52
%18

Triadic Colors of #bdd265

#bdd265 #65bdd2 #d265bd

Analogous Colors of #bdd265

#bdd265 #87d265 #d2b165

Monochromatic Colors of #bdd265

#bdd265

Complementary Color

#bdd265 #7a65d2

#bdd265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd265 Color CSS Codes

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

#bdd265 Text Font Color

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

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


#bdd265 Background Color

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

This div background color is #bdd265


#bdd265 Border Color

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

This div border color is #bdd265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd265


Comments

No comments written yet.

Please login to write comment.