Color Hex Logo

#bdfea5 Color Hex

#BDFEA5
(189,254,165)
0 Favorites   0 Comments

Color spaces of #bdfea5

RGB 189254165
HSL0.290.980.82
HSV104°35°100°
CMYK 0.260.000.35   0.00
XYZ63.219684.419148.5598
Yxy84.41910.32220.4303
Hunter Lab91.8799-37.969632.9803
CIE-Lab93.6322-36.096036.2168

#bdfea5 color RGB value is (189,254,165).

#bdfea5 hex color red value is 189, green value is 254 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #bdfea5 hue: 0.29 , saturation: 0.98 and the lightness value of bdfea5 is 0.82.

The process color (four color CMYK) of #bdfea5 color hex is 0.26, 0.00, 0.35, 0.00. Web safe color of #bdfea5 is #ccff99. Color #bdfea5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 10100101
Octal 275 376 245
Decimal 189 254 165
Hex BD FE A5

RGB Percentages of Color #bdfea5

%31.09
%41.78
%27.14

CMYK Percentages of Color #bdfea5

%26
%0
%35
%0

Triadic Colors of #bdfea5

#bdfea5 #a5bdfe #fea5bd

Analogous Colors of #bdfea5

#bdfea5 #a5feba #eafea5

Monochromatic Colors of #bdfea5

#bdfea5

Complementary Color

#bdfea5 #e6a5fe

#bdfea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfea5 Color CSS Codes

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

#bdfea5 Text Font Color

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

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


#bdfea5 Background Color

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

This div background color is #bdfea5


#bdfea5 Border Color

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

This div border color is #bdfea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfea5

Related Colors


Comments

No comments written yet.

Please login to write comment.