Color Hex Logo

#bdf335 Color Hex

#BDF335
(189,243,53)
0 Favorites   0 Comments

Color spaces of #bdf335

RGB 18924353
HSL0.210.890.58
HSV77°78°95°
CMYK 0.220.000.78   0.05
XYZ53.679575.177015.0496
Yxy75.17700.37300.5224
Hunter Lab86.7047-41.222550.4021
CIE-Lab89.4758-41.342478.4475

#bdf335 color RGB value is (189,243,53).

#bdf335 hex color red value is 189, green value is 243 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #bdf335 hue: 0.21 , saturation: 0.89 and the lightness value of bdf335 is 0.58.

The process color (four color CMYK) of #bdf335 color hex is 0.22, 0.00, 0.78, 0.05. Web safe color of #bdf335 is #ccff33. Color #bdf335 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110011 00110101
Octal 275 363 65
Decimal 189 243 53
Hex BD F3 35

RGB Percentages of Color #bdf335

%38.97
%50.10
%10.93

CMYK Percentages of Color #bdf335

%22
%0
%78
%5

Triadic Colors of #bdf335

#bdf335 #35bdf3 #f335bd

Analogous Colors of #bdf335

#bdf335 #5ef335 #f3ca35

Monochromatic Colors of #bdf335

#bdf335

Complementary Color

#bdf335 #6b35f3

#bdf335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf335 Color CSS Codes

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

#bdf335 Text Font Color

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

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


#bdf335 Background Color

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

This div background color is #bdf335


#bdf335 Border Color

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

This div border color is #bdf335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf335


Comments

No comments written yet.

Please login to write comment.