Color Hex Logo

#bfedfd Color Hex

#BFEDFD
(191,237,253)
0 Favorites   0 Comments

Color spaces of #bfedfd

RGB 191237253
HSL0.540.940.87
HSV195°25°99°
CMYK 0.250.060.00   0.01
XYZ69.499778.7366104.4632
Yxy78.73660.27500.3116
Hunter Lab88.7336-15.4756-7.6866
CIE-Lab91.1150-11.2474-12.5754

#bfedfd color RGB value is (191,237,253).

#bfedfd hex color red value is 191, green value is 237 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bfedfd hue: 0.54 , saturation: 0.94 and the lightness value of bfedfd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101101 11111101
Octal 277 355 375
Decimal 191 237 253
Hex BF ED FD

RGB Percentages of Color #bfedfd

%28.05
%34.80
%37.15

CMYK Percentages of Color #bfedfd

%25
%6
%0
%1

Triadic Colors of #bfedfd

#bfedfd #fdbfed #edfdbf

Analogous Colors of #bfedfd

#bfedfd #bfcefd #bffdee

Monochromatic Colors of #bfedfd

#bfedfd

Complementary Color

#bfedfd #fdcfbf

#bfedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfedfd Color CSS Codes

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

#bfedfd Text Font Color

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

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


#bfedfd Background Color

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

This div background color is #bfedfd


#bfedfd Border Color

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

This div border color is #bfedfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(191,237,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bfedfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bfedfd;
  -webkit-box-shadow: 1px 1px 3px 2px #bfedfd;
  box-shadow:         1px 1px 3px 2px #bfedfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,237,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfedfd

Related Colors


Comments

No comments written yet.

Please login to write comment.