Color Hex Logo

#bdf2fc Color Hex

#BDF2FC
(189,242,252)
0 Favorites   0 Comments

Color spaces of #bdf2fc

RGB 189242252
HSL0.530.910.86
HSV190°25°99°
CMYK 0.250.040.00   0.01
XYZ70.309181.3514104.0922
Yxy81.35140.27490.3181
Hunter Lab90.1950-18.6964-5.2889
CIE-Lab92.2878-14.5609-10.3194

#bdf2fc color RGB value is (189,242,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110010 11111100
Octal 275 362 374
Decimal 189 242 252
Hex BD F2 FC

RGB Percentages of Color #bdf2fc

%27.67
%35.43
%36.90

CMYK Percentages of Color #bdf2fc

%25
%4
%0
%1

Triadic Colors of #bdf2fc

#bdf2fc #fcbdf2 #f2fcbd

Analogous Colors of #bdf2fc

#bdf2fc #bdd3fc #bdfce7

Monochromatic Colors of #bdf2fc

#bdf2fc

Complementary Color

#bdf2fc #fcc7bd

#bdf2fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf2fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf2fc Color CSS Codes

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

#bdf2fc Text Font Color

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

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


#bdf2fc Background Color

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

This div background color is #bdf2fc


#bdf2fc Border Color

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

This div border color is #bdf2fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf2fc

Related Colors


Comments

No comments written yet.

Please login to write comment.