Color Hex Logo

#bdc2f5 Color Hex

#BDC2F5
(189,194,245)
0 Favorites   0 Comments

Color spaces of #bdc2f5

RGB 189194245
HSL0.650.740.85
HSV235°23°96°
CMYK 0.230.210.00   0.04
XYZ56.759555.995094.2028
Yxy55.99500.27430.2706
Hunter Lab74.82984.4427-22.2590
CIE-Lab79.61108.9367-25.7279

#bdc2f5 color RGB value is (189,194,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 11110101
Octal 275 302 365
Decimal 189 194 245
Hex BD C2 F5

RGB Percentages of Color #bdc2f5

%30.10
%30.89
%39.01

CMYK Percentages of Color #bdc2f5

%23
%21
%0
%4

Triadic Colors of #bdc2f5

#bdc2f5 #f5bdc2 #c2f5bd

Analogous Colors of #bdc2f5

#bdc2f5 #d4bdf5 #bddef5

Monochromatic Colors of #bdc2f5

#bdc2f5

Complementary Color

#bdc2f5 #f5f0bd

#bdc2f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc2f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc2f5 Color CSS Codes

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

#bdc2f5 Text Font Color

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

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


#bdc2f5 Background Color

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

This div background color is #bdc2f5


#bdc2f5 Border Color

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

This div border color is #bdc2f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc2f5


Comments

No comments written yet.

Please login to write comment.