Color Hex Logo

#bdfec2 Color Hex

#BDFEC2
(189,254,194)
0 Favorites   0 Comments

Color spaces of #bdfec2

RGB 189254194
HSL0.350.970.87
HSV125°26°100°
CMYK 0.260.000.24   0.00
XYZ66.165785.597564.0736
Yxy85.59750.30660.3966
Hunter Lab92.5189-34.252323.7022
CIE-Lab94.1400-31.607622.2982

#bdfec2 color RGB value is (189,254,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 11000010
Octal 275 376 302
Decimal 189 254 194
Hex BD FE C2

RGB Percentages of Color #bdfec2

%29.67
%39.87
%30.46

CMYK Percentages of Color #bdfec2

%26
%0
%24
%0

Triadic Colors of #bdfec2

#bdfec2 #c2bdfe #fec2bd

Analogous Colors of #bdfec2

#bdfec2 #bdfee3 #d9febd

Monochromatic Colors of #bdfec2

#bdfec2

Complementary Color

#bdfec2 #febdf9

#bdfec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfec2 Color CSS Codes

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

#bdfec2 Text Font Color

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

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


#bdfec2 Background Color

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

This div background color is #bdfec2


#bdfec2 Border Color

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

This div border color is #bdfec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfec2

Related Colors


Comments

No comments written yet.

Please login to write comment.