Color Hex Logo

#bdf352 Color Hex

#BDF352
(189,243,82)
0 Favorites   0 Comments

Color spaces of #bdf352

RGB 18924382
HSL0.220.870.64
HSV80°66°95°
CMYK 0.220.000.66   0.05
XYZ54.559875.529219.6856
Yxy75.52920.36430.5043
Hunter Lab86.9075-40.027447.4054
CIE-Lab89.6403-39.804269.0479

#bdf352 color RGB value is (189,243,82).

#bdf352 hex color red value is 189, green value is 243 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #bdf352 hue: 0.22 , saturation: 0.87 and the lightness value of bdf352 is 0.64.

The process color (four color CMYK) of #bdf352 color hex is 0.22, 0.00, 0.66, 0.05. Web safe color of #bdf352 is #ccff66. Color #bdf352 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110011 01010010
Octal 275 363 122
Decimal 189 243 82
Hex BD F3 52

RGB Percentages of Color #bdf352

%36.77
%47.28
%15.95

CMYK Percentages of Color #bdf352

%22
%0
%66
%5

Triadic Colors of #bdf352

#bdf352 #52bdf3 #f352bd

Analogous Colors of #bdf352

#bdf352 #6df352 #f3d952

Monochromatic Colors of #bdf352

#bdf352

Complementary Color

#bdf352 #8852f3

#bdf352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf352 Color CSS Codes

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

#bdf352 Text Font Color

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

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


#bdf352 Background Color

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

This div background color is #bdf352


#bdf352 Border Color

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

This div border color is #bdf352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf352


Comments

No comments written yet.

Please login to write comment.