Color Hex Logo

#bdfed2 Color Hex

#BDFED2
(189,254,210)
0 Favorites   0 Comments

Color spaces of #bdfed2

RGB 189254210
HSL0.390.970.87
HSV139°26°100°
CMYK 0.260.000.17   0.00
XYZ68.060986.355674.0539
Yxy86.35560.29790.3780
Hunter Lab92.9277-31.888917.8013
CIE-Lab94.4642-28.813814.5716

#bdfed2 color RGB value is (189,254,210).

#bdfed2 hex color red value is 189, green value is 254 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #bdfed2 hue: 0.39 , saturation: 0.97 and the lightness value of bdfed2 is 0.87.

The process color (four color CMYK) of #bdfed2 color hex is 0.26, 0.00, 0.17, 0.00. Web safe color of #bdfed2 is #ccffcc. Color #bdfed2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 11010010
Octal 275 376 322
Decimal 189 254 210
Hex BD FE D2

RGB Percentages of Color #bdfed2

%28.94
%38.90
%32.16

CMYK Percentages of Color #bdfed2

%26
%0
%17
%0

Triadic Colors of #bdfed2

#bdfed2 #d2bdfe #fed2bd

Analogous Colors of #bdfed2

#bdfed2 #bdfef3 #c9febd

Monochromatic Colors of #bdfed2

#bdfed2

Complementary Color

#bdfed2 #febde9

#bdfed2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfed2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfed2 Color CSS Codes

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

#bdfed2 Text Font Color

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

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


#bdfed2 Background Color

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

This div background color is #bdfed2


#bdfed2 Border Color

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

This div border color is #bdfed2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfed2

Related Colors


Comments

No comments written yet.

Please login to write comment.