Color Hex Logo

#bdcaf8 Color Hex

#BDCAF8
(189,202,248)
0 Favorites   0 Comments

Color spaces of #bdcaf8

RGB 189202248
HSL0.630.810.86
HSV227°24°97°
CMYK 0.240.190.00   0.03
XYZ59.050159.837297.2444
Yxy59.83720.27320.2769
Hunter Lab77.35450.8911-20.3869
CIE-Lab81.74965.3079-24.0700

#bdcaf8 color RGB value is (189,202,248).

#bdcaf8 hex color red value is 189, green value is 202 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #bdcaf8 hue: 0.63 , saturation: 0.81 and the lightness value of bdcaf8 is 0.86.

The process color (four color CMYK) of #bdcaf8 color hex is 0.24, 0.19, 0.00, 0.03. Web safe color of #bdcaf8 is #ccccff. Color #bdcaf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 11111000
Octal 275 312 370
Decimal 189 202 248
Hex BD CA F8

RGB Percentages of Color #bdcaf8

%29.58
%31.61
%38.81

CMYK Percentages of Color #bdcaf8

%24
%19
%0
%3

Triadic Colors of #bdcaf8

#bdcaf8 #f8bdca #caf8bd

Analogous Colors of #bdcaf8

#bdcaf8 #cebdf8 #bde8f8

Monochromatic Colors of #bdcaf8

#bdcaf8

Complementary Color

#bdcaf8 #f8ebbd

#bdcaf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcaf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcaf8 Color CSS Codes

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

#bdcaf8 Text Font Color

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

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


#bdcaf8 Background Color

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

This div background color is #bdcaf8


#bdcaf8 Border Color

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

This div border color is #bdcaf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcaf8


Comments

No comments written yet.

Please login to write comment.