Color Hex Logo

#bdedf5 Color Hex

#BDEDF5
(189,237,245)
0 Favorites   0 Comments

Color spaces of #bdedf5

RGB 189237245
HSL0.520.740.85
HSV189°23°96°
CMYK 0.230.030.00   0.04
XYZ67.751977.979897.8669
Yxy77.97980.27810.3201
Hunter Lab88.3062-17.5837-3.8949
CIE-Lab90.7707-13.5715-8.9265

#bdedf5 color RGB value is (189,237,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 11110101
Octal 275 355 365
Decimal 189 237 245
Hex BD ED F5

RGB Percentages of Color #bdedf5

%28.17
%35.32
%36.51

CMYK Percentages of Color #bdedf5

%23
%3
%0
%4

Triadic Colors of #bdedf5

#bdedf5 #f5bded #edf5bd

Analogous Colors of #bdedf5

#bdedf5 #bdd1f5 #bdf5e1

Monochromatic Colors of #bdedf5

#bdedf5

Complementary Color

#bdedf5 #f5c5bd

#bdedf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdedf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdedf5 Color CSS Codes

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

#bdedf5 Text Font Color

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

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


#bdedf5 Background Color

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

This div background color is #bdedf5


#bdedf5 Border Color

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

This div border color is #bdedf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdedf5


Comments

No comments written yet.

Please login to write comment.