Color Hex Logo

#bdf090 Color Hex

#BDF090
(189,240,144)
0 Favorites   0 Comments

Color spaces of #bdf090

RGB 189240144
HSL0.260.760.75
HSV92°40°94°
CMYK 0.210.000.40   0.06
XYZ57.180475.152637.8777
Yxy75.15260.33590.4415
Hunter Lab86.6906-33.971434.7779
CIE-Lab89.4644-32.496941.1750

#bdf090 color RGB value is (189,240,144).

#bdf090 hex color red value is 189, green value is 240 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bdf090 hue: 0.26 , saturation: 0.76 and the lightness value of bdf090 is 0.75.

The process color (four color CMYK) of #bdf090 color hex is 0.21, 0.00, 0.40, 0.06. Web safe color of #bdf090 is #ccff99. Color #bdf090 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110000 10010000
Octal 275 360 220
Decimal 189 240 144
Hex BD F0 90

RGB Percentages of Color #bdf090

%32.98
%41.88
%25.13

CMYK Percentages of Color #bdf090

%21
%0
%40
%6

Triadic Colors of #bdf090

#bdf090 #90bdf0 #f090bd

Analogous Colors of #bdf090

#bdf090 #90f093 #edf090

Monochromatic Colors of #bdf090

#bdf090

Complementary Color

#bdf090 #c390f0

#bdf090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf090 Color CSS Codes

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

#bdf090 Text Font Color

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

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


#bdf090 Background Color

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

This div background color is #bdf090


#bdf090 Border Color

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

This div border color is #bdf090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf090


Comments

No comments written yet.

Please login to write comment.