Color Hex Logo

#bdf6ed Color Hex

#BDF6ED
(189,246,237)
0 Favorites   0 Comments

Color spaces of #bdf6ed

RGB 189246237
HSL0.470.760.85
HSV171°23°96°
CMYK 0.230.000.04   0.04
XYZ69.228182.844892.4627
Yxy82.84480.28310.3388
Hunter Lab91.0191-23.51843.4830
CIE-Lab92.9464-19.7292-1.5550

#bdf6ed color RGB value is (189,246,237).

#bdf6ed hex color red value is 189, green value is 246 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bdf6ed hue: 0.47 , saturation: 0.76 and the lightness value of bdf6ed is 0.85.

The process color (four color CMYK) of #bdf6ed color hex is 0.23, 0.00, 0.04, 0.04. Web safe color of #bdf6ed is #ccffff. Color #bdf6ed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110110 11101101
Octal 275 366 355
Decimal 189 246 237
Hex BD F6 ED

RGB Percentages of Color #bdf6ed

%28.13
%36.61
%35.27

CMYK Percentages of Color #bdf6ed

%23
%0
%4
%4

Triadic Colors of #bdf6ed

#bdf6ed #edbdf6 #f6edbd

Analogous Colors of #bdf6ed

#bdf6ed #bde3f6 #bdf6d1

Monochromatic Colors of #bdf6ed

#bdf6ed

Complementary Color

#bdf6ed #f6bdc6

#bdf6ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf6ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf6ed Color CSS Codes

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

#bdf6ed Text Font Color

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

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


#bdf6ed Background Color

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

This div background color is #bdf6ed


#bdf6ed Border Color

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

This div border color is #bdf6ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf6ed

Related Colors


Comments

No comments written yet.

Please login to write comment.