Color Hex Logo

#bdf423 Color Hex

#BDF423
(189,244,35)
0 Favorites   0 Comments

Color spaces of #bdf423

RGB 18924435
HSL0.210.900.55
HSV76°86°96°
CMYK 0.230.000.86   0.04
XYZ53.640375.641513.3632
Yxy75.64150.37600.5303
Hunter Lab86.9721-42.110851.7706
CIE-Lab89.6926-42.377482.8377

#bdf423 color RGB value is (189,244,35).

#bdf423 hex color red value is 189, green value is 244 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #bdf423 hue: 0.21 , saturation: 0.90 and the lightness value of bdf423 is 0.55.

The process color (four color CMYK) of #bdf423 color hex is 0.23, 0.00, 0.86, 0.04. Web safe color of #bdf423 is #ccff33. Color #bdf423 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110100 00100011
Octal 275 364 43
Decimal 189 244 35
Hex BD F4 23

RGB Percentages of Color #bdf423

%40.38
%52.14
%7.48

CMYK Percentages of Color #bdf423

%23
%0
%86
%4

Triadic Colors of #bdf423

#bdf423 #23bdf4 #f423bd

Analogous Colors of #bdf423

#bdf423 #54f423 #f4c323

Monochromatic Colors of #bdf423

#bdf423

Complementary Color

#bdf423 #5a23f4

#bdf423 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf423 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf423 Color CSS Codes

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

#bdf423 Text Font Color

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

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


#bdf423 Background Color

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

This div background color is #bdf423


#bdf423 Border Color

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

This div border color is #bdf423


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf423


Comments

No comments written yet.

Please login to write comment.