Color Hex Logo

#bdeaf5 Color Hex

#BDEAF5
(189,234,245)
0 Favorites   0 Comments

Color spaces of #bdeaf5

RGB 189234245
HSL0.530.740.85
HSV192°23°96°
CMYK 0.230.040.00   0.04
XYZ66.890576.257097.5798
Yxy76.25700.27790.3168
Hunter Lab87.3253-16.0895-5.1247
CIE-Lab89.9785-12.0580-10.1034

#bdeaf5 color RGB value is (189,234,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 11110101
Octal 275 352 365
Decimal 189 234 245
Hex BD EA F5

RGB Percentages of Color #bdeaf5

%28.29
%35.03
%36.68

CMYK Percentages of Color #bdeaf5

%23
%4
%0
%4

Triadic Colors of #bdeaf5

#bdeaf5 #f5bdea #eaf5bd

Analogous Colors of #bdeaf5

#bdeaf5 #bdcef5 #bdf5e4

Monochromatic Colors of #bdeaf5

#bdeaf5

Complementary Color

#bdeaf5 #f5c8bd

#bdeaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeaf5 Color CSS Codes

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

#bdeaf5 Text Font Color

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

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


#bdeaf5 Background Color

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

This div background color is #bdeaf5


#bdeaf5 Border Color

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

This div border color is #bdeaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeaf5


Comments

No comments written yet.

Please login to write comment.