Color Hex Logo

#bdedf4 Color Hex

#BDEDF4
(189,237,244)
0 Favorites   0 Comments

Color spaces of #bdedf4

RGB 189237244
HSL0.520.710.85
HSV188°23°96°
CMYK 0.230.030.00   0.04
XYZ67.599677.918897.0649
Yxy77.91880.27870.3212
Hunter Lab88.2716-17.7776-3.4061
CIE-Lab90.7428-13.7864-8.4458

#bdedf4 color RGB value is (189,237,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101101 11110100
Octal 275 355 364
Decimal 189 237 244
Hex BD ED F4

RGB Percentages of Color #bdedf4

%28.21
%35.37
%36.42

CMYK Percentages of Color #bdedf4

%23
%3
%0
%4

Triadic Colors of #bdedf4

#bdedf4 #f4bded #edf4bd

Analogous Colors of #bdedf4

#bdedf4 #bdd2f4 #bdf4e0

Monochromatic Colors of #bdedf4

#bdedf4

Complementary Color

#bdedf4 #f4c4bd

#bdedf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdedf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdedf4 Color CSS Codes

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

#bdedf4 Text Font Color

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

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


#bdedf4 Background Color

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

This div background color is #bdedf4


#bdedf4 Border Color

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

This div border color is #bdedf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdedf4


Comments

No comments written yet.

Please login to write comment.