Color Hex Logo

#bdfda8 Color Hex

#BDFDA8
(189,253,168)
0 Favorites   0 Comments

Color spaces of #bdfda8

RGB 189253168
HSL0.290.960.83
HSV105°34°99°
CMYK 0.250.000.34   0.01
XYZ63.179483.896549.9095
Yxy83.89650.32070.4259
Hunter Lab91.5950-37.167631.8098
CIE-Lab93.4055-35.211434.4231

#bdfda8 color RGB value is (189,253,168).

#bdfda8 hex color red value is 189, green value is 253 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #bdfda8 hue: 0.29 , saturation: 0.96 and the lightness value of bdfda8 is 0.83.

The process color (four color CMYK) of #bdfda8 color hex is 0.25, 0.00, 0.34, 0.01. Web safe color of #bdfda8 is #ccff99. Color #bdfda8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111101 10101000
Octal 275 375 250
Decimal 189 253 168
Hex BD FD A8

RGB Percentages of Color #bdfda8

%30.98
%41.48
%27.54

CMYK Percentages of Color #bdfda8

%25
%0
%34
%1

Triadic Colors of #bdfda8

#bdfda8 #a8bdfd #fda8bd

Analogous Colors of #bdfda8

#bdfda8 #a8fdbe #e8fda8

Monochromatic Colors of #bdfda8

#bdfda8

Complementary Color

#bdfda8 #e8a8fd

#bdfda8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfda8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfda8 Color CSS Codes

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

#bdfda8 Text Font Color

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

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


#bdfda8 Background Color

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

This div background color is #bdfda8


#bdfda8 Border Color

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

This div border color is #bdfda8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfda8

Related Colors


Comments

No comments written yet.

Please login to write comment.