Color Hex Logo

#bdf755 Color Hex

#BDF755
(189,247,85)
0 Favorites   0 Comments

Color spaces of #bdf755

RGB 18924785
HSL0.230.910.65
HSV81°66°97°
CMYK 0.230.000.66   0.03
XYZ55.886777.996220.7036
Yxy77.99620.36150.5045
Hunter Lab88.3155-41.595947.9216
CIE-Lab90.7782-41.367169.0930

#bdf755 color RGB value is (189,247,85).

#bdf755 hex color red value is 189, green value is 247 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #bdf755 hue: 0.23 , saturation: 0.91 and the lightness value of bdf755 is 0.65.

The process color (four color CMYK) of #bdf755 color hex is 0.23, 0.00, 0.66, 0.03. Web safe color of #bdf755 is #ccff66. Color #bdf755 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110111 01010101
Octal 275 367 125
Decimal 189 247 85
Hex BD F7 55

RGB Percentages of Color #bdf755

%36.28
%47.41
%16.31

CMYK Percentages of Color #bdf755

%23
%0
%66
%3

Triadic Colors of #bdf755

#bdf755 #55bdf7 #f755bd

Analogous Colors of #bdf755

#bdf755 #6cf755 #f7e055

Monochromatic Colors of #bdf755

#bdf755

Complementary Color

#bdf755 #8f55f7

#bdf755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf755 Color CSS Codes

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

#bdf755 Text Font Color

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

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


#bdf755 Background Color

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

This div background color is #bdf755


#bdf755 Border Color

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

This div border color is #bdf755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf755


Comments

No comments written yet.

Please login to write comment.