Color Hex Logo

#bdeafc Color Hex

#BDEAFC
(189,234,252)
0 Favorites   0 Comments

Color spaces of #bdeafc

RGB 189234252
HSL0.550.910.86
HSV197°25°99°
CMYK 0.250.070.00   0.01
XYZ67.979876.6927103.3157
Yxy76.69270.27410.3093
Hunter Lab87.5744-14.6941-8.6452
CIE-Lab90.1800-10.5252-13.4625

#bdeafc color RGB value is (189,234,252).

#bdeafc hex color red value is 189, green value is 234 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bdeafc hue: 0.55 , saturation: 0.91 and the lightness value of bdeafc is 0.86.

The process color (four color CMYK) of #bdeafc color hex is 0.25, 0.07, 0.00, 0.01. Web safe color of #bdeafc is #ccffff. Color #bdeafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11101010 11111100
Octal 275 352 374
Decimal 189 234 252
Hex BD EA FC

RGB Percentages of Color #bdeafc

%28.00
%34.67
%37.33

CMYK Percentages of Color #bdeafc

%25
%7
%0
%1

Triadic Colors of #bdeafc

#bdeafc #fcbdea #eafcbd

Analogous Colors of #bdeafc

#bdeafc #bdcbfc #bdfcef

Monochromatic Colors of #bdeafc

#bdeafc

Complementary Color

#bdeafc #fccfbd

#bdeafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdeafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdeafc Color CSS Codes

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

#bdeafc Text Font Color

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

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


#bdeafc Background Color

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

This div background color is #bdeafc


#bdeafc Border Color

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

This div border color is #bdeafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdeafc

Related Colors


Comments

No comments written yet.

Please login to write comment.