Color Hex Logo

#bdfdea Color Hex

#BDFDEA
(189,253,234)
0 Favorites   0 Comments

Color spaces of #bdfdea

RGB 189253234
HSL0.450.940.87
HSV162°25°99°
CMYK 0.250.000.08   0.01
XYZ70.962887.009990.8964
Yxy87.00990.28510.3496
Hunter Lab93.2791-27.44327.5199
CIE-Lab94.7425-23.74412.6171

#bdfdea color RGB value is (189,253,234).

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

The process color (four color CMYK) of #bdfdea color hex is 0.25, 0.00, 0.08, 0.01. Web safe color of #bdfdea is #ccffff. Color #bdfdea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111101 11101010
Octal 275 375 352
Decimal 189 253 234
Hex BD FD EA

RGB Percentages of Color #bdfdea

%27.96
%37.43
%34.62

CMYK Percentages of Color #bdfdea

%25
%0
%8
%1

Triadic Colors of #bdfdea

#bdfdea #eabdfd #fdeabd

Analogous Colors of #bdfdea

#bdfdea #bdf0fd #bdfdca

Monochromatic Colors of #bdfdea

#bdfdea

Complementary Color

#bdfdea #fdbdd0

#bdfdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfdea Color CSS Codes

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

#bdfdea Text Font Color

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

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


#bdfdea Background Color

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

This div background color is #bdfdea


#bdfdea Border Color

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

This div border color is #bdfdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfdea


Comments

No comments written yet.

Please login to write comment.