Color Hex Logo

#bdf658 Color Hex

#BDF658
(189,246,88)
0 Favorites   0 Comments

Color spaces of #bdf658

RGB 18924688
HSL0.230.900.65
HSV82°64°96°
CMYK 0.230.000.64   0.04
XYZ55.703577.434921.2431
Yxy77.43490.36080.5016
Hunter Lab87.9971-41.001747.2850
CIE-Lab90.5214-40.718667.6599

#bdf658 color RGB value is (189,246,88).

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

The process color (four color CMYK) of #bdf658 color hex is 0.23, 0.00, 0.64, 0.04. Web safe color of #bdf658 is #ccff66. Color #bdf658 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110110 01011000
Octal 275 366 130
Decimal 189 246 88
Hex BD F6 58

RGB Percentages of Color #bdf658

%36.14
%47.04
%16.83

CMYK Percentages of Color #bdf658

%23
%0
%64
%4

Triadic Colors of #bdf658

#bdf658 #58bdf6 #f658bd

Analogous Colors of #bdf658

#bdf658 #6ef658 #f6e058

Monochromatic Colors of #bdf658

#bdf658

Complementary Color

#bdf658 #9158f6

#bdf658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf658 Color CSS Codes

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

#bdf658 Text Font Color

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

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


#bdf658 Background Color

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

This div background color is #bdf658


#bdf658 Border Color

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

This div border color is #bdf658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf658


Comments

No comments written yet.

Please login to write comment.