Color Hex Logo

#bdf953 Color Hex

#BDF953
(189,249,83)
0 Favorites   0 Comments

Color spaces of #bdf953

RGB 18924983
HSL0.230.930.65
HSV82°67°98°
CMYK 0.240.000.67   0.02
XYZ56.423379.194720.4959
Yxy79.19470.36140.5073
Hunter Lab88.9914-42.560448.6387
CIE-Lab91.3223-42.376270.4171

#bdf953 color RGB value is (189,249,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111001 01010011
Octal 275 371 123
Decimal 189 249 83
Hex BD F9 53

RGB Percentages of Color #bdf953

%36.28
%47.79
%15.93

CMYK Percentages of Color #bdf953

%24
%0
%67
%2

Triadic Colors of #bdf953

#bdf953 #53bdf9 #f953bd

Analogous Colors of #bdf953

#bdf953 #6af953 #f9e253

Monochromatic Colors of #bdf953

#bdf953

Complementary Color

#bdf953 #8f53f9

#bdf953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf953 Color CSS Codes

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

#bdf953 Text Font Color

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

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


#bdf953 Background Color

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

This div background color is #bdf953


#bdf953 Border Color

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

This div border color is #bdf953


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,249,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 #bdf953">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf953


Comments

No comments written yet.

Please login to write comment.