Color Hex Logo

#bdf073 Color Hex

#BDF073
(189,240,115)
0 Favorites   0 Comments

Color spaces of #bdf073

RGB 189240115
HSL0.230.810.70
HSV84°52°94°
CMYK 0.210.000.52   0.06
XYZ55.240974.376827.6643
Yxy74.37680.35120.4729
Hunter Lab86.2420-36.588241.3506
CIE-Lab89.1003-35.754554.5346

#bdf073 color RGB value is (189,240,115).

#bdf073 hex color red value is 189, green value is 240 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bdf073 hue: 0.23 , saturation: 0.81 and the lightness value of bdf073 is 0.70.

The process color (four color CMYK) of #bdf073 color hex is 0.21, 0.00, 0.52, 0.06. Web safe color of #bdf073 is #ccff66. Color #bdf073 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110000 01110011
Octal 275 360 163
Decimal 189 240 115
Hex BD F0 73

RGB Percentages of Color #bdf073

%34.74
%44.12
%21.14

CMYK Percentages of Color #bdf073

%21
%0
%52
%6

Triadic Colors of #bdf073

#bdf073 #73bdf0 #f073bd

Analogous Colors of #bdf073

#bdf073 #7ff073 #f0e573

Monochromatic Colors of #bdf073

#bdf073

Complementary Color

#bdf073 #a673f0

#bdf073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf073 Color CSS Codes

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

#bdf073 Text Font Color

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

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


#bdf073 Background Color

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

This div background color is #bdf073


#bdf073 Border Color

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

This div border color is #bdf073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf073


Comments

No comments written yet.

Please login to write comment.