Color Hex Logo

#bde4fc Color Hex

#BDE4FC
(189,228,252)
0 Favorites   0 Comments

Color spaces of #bde4fc

RGB 189228252
HSL0.560.910.86
HSV203°25°99°
CMYK 0.250.100.00   0.01
XYZ66.300473.3339102.7559
Yxy73.33390.27350.3025
Hunter Lab85.6352-11.6636-11.1989
CIE-Lab88.6067-7.4568-15.8194

#bde4fc color RGB value is (189,228,252).

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

The process color (four color CMYK) of #bde4fc color hex is 0.25, 0.10, 0.00, 0.01. Web safe color of #bde4fc is #ccccff. Color #bde4fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11100100 11111100
Octal 275 344 374
Decimal 189 228 252
Hex BD E4 FC

RGB Percentages of Color #bde4fc

%28.25
%34.08
%37.67

CMYK Percentages of Color #bde4fc

%25
%10
%0
%1

Triadic Colors of #bde4fc

#bde4fc #fcbde4 #e4fcbd

Analogous Colors of #bde4fc

#bde4fc #bdc5fc #bdfcf5

Monochromatic Colors of #bde4fc

#bde4fc

Complementary Color

#bde4fc #fcd5bd

#bde4fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bde4fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bde4fc Color CSS Codes

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

#bde4fc Text Font Color

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

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


#bde4fc Background Color

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

This div background color is #bde4fc


#bde4fc Border Color

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

This div border color is #bde4fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bde4fc

Related Colors


Comments

No comments written yet.

Please login to write comment.