Color Hex Logo

#bdfefc Color Hex

#BDFEFC
(189,254,252)
0 Favorites   0 Comments

Color spaces of #bdfefc

RGB 189254252
HSL0.490.970.87
HSV178°26°100°
CMYK 0.260.000.01   0.00
XYZ73.998888.7307105.3221
Yxy88.73070.27610.3310
Hunter Lab94.1970-24.6195-0.3546
CIE-Lab95.4678-20.4918-5.6097

#bdfefc color RGB value is (189,254,252).

#bdfefc hex color red value is 189, green value is 254 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bdfefc hue: 0.49 , saturation: 0.97 and the lightness value of bdfefc is 0.87.

The process color (four color CMYK) of #bdfefc color hex is 0.26, 0.00, 0.01, 0.00. Web safe color of #bdfefc is #ccffff. Color #bdfefc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 11111100
Octal 275 376 374
Decimal 189 254 252
Hex BD FE FC

RGB Percentages of Color #bdfefc

%27.19
%36.55
%36.26

CMYK Percentages of Color #bdfefc

%26
%0
%1
%0

Triadic Colors of #bdfefc

#bdfefc #fcbdfe #fefcbd

Analogous Colors of #bdfefc

#bdfefc #bde0fe #bdfedc

Monochromatic Colors of #bdfefc

#bdfefc

Complementary Color

#bdfefc #febdbf

#bdfefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfefc Color CSS Codes

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

#bdfefc Text Font Color

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

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


#bdfefc Background Color

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

This div background color is #bdfefc


#bdfefc Border Color

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

This div border color is #bdfefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfefc

Related Colors


Comments

No comments written yet.

Please login to write comment.