Color Hex Logo

#bdf165 Color Hex

#BDF165
(189,241,101)
0 Favorites   0 Comments

Color spaces of #bdf165

RGB 189241101
HSL0.230.830.67
HSV82°58°95°
CMYK 0.220.000.58   0.05
XYZ54.790574.669023.8367
Yxy74.66900.35740.4871
Hunter Lab86.4112-38.038744.1326
CIE-Lab89.2377-37.484160.9060

#bdf165 color RGB value is (189,241,101).

#bdf165 hex color red value is 189, green value is 241 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #bdf165 hue: 0.23 , saturation: 0.83 and the lightness value of bdf165 is 0.67.

The process color (four color CMYK) of #bdf165 color hex is 0.22, 0.00, 0.58, 0.05. Web safe color of #bdf165 is #ccff66. Color #bdf165 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110001 01100101
Octal 275 361 145
Decimal 189 241 101
Hex BD F1 65

RGB Percentages of Color #bdf165

%35.59
%45.39
%19.02

CMYK Percentages of Color #bdf165

%22
%0
%58
%5

Triadic Colors of #bdf165

#bdf165 #65bdf1 #f165bd

Analogous Colors of #bdf165

#bdf165 #77f165 #f1df65

Monochromatic Colors of #bdf165

#bdf165

Complementary Color

#bdf165 #9965f1

#bdf165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf165 Color CSS Codes

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

#bdf165 Text Font Color

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

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


#bdf165 Background Color

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

This div background color is #bdf165


#bdf165 Border Color

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

This div border color is #bdf165


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,241,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 #bdf165">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf165


Comments

No comments written yet.

Please login to write comment.