Color Hex Logo

#bdfdc2 Color Hex

#BDFDC2
(189,253,194)
0 Favorites   0 Comments

Color spaces of #bdfdc2

RGB 189253194
HSL0.350.940.87
HSV125°25°99°
CMYK 0.250.000.23   0.01
XYZ65.849284.964463.9681
Yxy84.96440.30660.3956
Hunter Lab92.1761-33.790623.3774
CIE-Lab93.8678-31.141921.9209

#bdfdc2 color RGB value is (189,253,194).

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

The process color (four color CMYK) of #bdfdc2 color hex is 0.25, 0.00, 0.23, 0.01. Web safe color of #bdfdc2 is #ccffcc. Color #bdfdc2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111101 11000010
Octal 275 375 302
Decimal 189 253 194
Hex BD FD C2

RGB Percentages of Color #bdfdc2

%29.72
%39.78
%30.50

CMYK Percentages of Color #bdfdc2

%25
%0
%23
%1

Triadic Colors of #bdfdc2

#bdfdc2 #c2bdfd #fdc2bd

Analogous Colors of #bdfdc2

#bdfdc2 #bdfde2 #d8fdbd

Monochromatic Colors of #bdfdc2

#bdfdc2

Complementary Color

#bdfdc2 #fdbdf8

#bdfdc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfdc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfdc2 Color CSS Codes

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

#bdfdc2 Text Font Color

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

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


#bdfdc2 Background Color

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

This div background color is #bdfdc2


#bdfdc2 Border Color

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

This div border color is #bdfdc2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,253,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 #bdfdc2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfdc2

Related Colors


Comments

No comments written yet.

Please login to write comment.