Color Hex Logo

#bdf853 Color Hex

#BDF853
(189,248,83)
0 Favorites   0 Comments

Color spaces of #bdf853

RGB 18924883
HSL0.230.920.65
HSV81°67°97°
CMYK 0.240.000.67   0.03
XYZ56.115078.578220.3931
Yxy78.57820.36180.5067
Hunter Lab88.6443-42.130848.4111
CIE-Lab91.0431-41.939570.1276

#bdf853 color RGB value is (189,248,83).

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

The process color (four color CMYK) of #bdf853 color hex is 0.24, 0.00, 0.67, 0.03. Web safe color of #bdf853 is #ccff66. Color #bdf853 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111000 01010011
Octal 275 370 123
Decimal 189 248 83
Hex BD F8 53

RGB Percentages of Color #bdf853

%36.35
%47.69
%15.96

CMYK Percentages of Color #bdf853

%24
%0
%67
%3

Triadic Colors of #bdf853

#bdf853 #53bdf8 #f853bd

Analogous Colors of #bdf853

#bdf853 #6bf853 #f8e153

Monochromatic Colors of #bdf853

#bdf853

Complementary Color

#bdf853 #8e53f8

#bdf853 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf853 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf853 Color CSS Codes

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

#bdf853 Text Font Color

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

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


#bdf853 Background Color

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

This div background color is #bdf853


#bdf853 Border Color

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

This div border color is #bdf853


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf853


Comments

No comments written yet.

Please login to write comment.