Color Hex Logo

#bdfded Color Hex

#BDFDED
(189,253,237)
0 Favorites   0 Comments

Color spaces of #bdfded

RGB 189253237
HSL0.460.940.87
HSV165°25°99°
CMYK 0.250.000.06   0.01
XYZ71.397687.183893.1859
Yxy87.18380.28360.3463
Hunter Lab93.3723-26.91056.1889
CIE-Lab94.8162-23.13741.1762

#bdfded color RGB value is (189,253,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111101 11101101
Octal 275 375 355
Decimal 189 253 237
Hex BD FD ED

RGB Percentages of Color #bdfded

%27.84
%37.26
%34.90

CMYK Percentages of Color #bdfded

%25
%0
%6
%1

Triadic Colors of #bdfded

#bdfded #edbdfd #fdedbd

Analogous Colors of #bdfded

#bdfded #bdedfd #bdfdcd

Monochromatic Colors of #bdfded

#bdfded

Complementary Color

#bdfded #fdbdcd

#bdfded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfded Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfded Color CSS Codes

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

#bdfded Text Font Color

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

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


#bdfded Background Color

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

This div background color is #bdfded


#bdfded Border Color

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

This div border color is #bdfded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfded

Related Colors


Comments

No comments written yet.

Please login to write comment.