Color Hex Logo

#befdfe Color Hex

#BEFDFE
(190,253,254)
0 Favorites   0 Comments

Color spaces of #befdfe

RGB 190253254
HSL0.500.970.87
HSV181°25°100°
CMYK 0.250.000.00   0.00
XYZ74.249988.3535106.9065
Yxy88.35350.27550.3278
Hunter Lab93.9965-23.4929-1.6356
CIE-Lab95.3096-19.2903-6.8694

#befdfe color RGB value is (190,253,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111101 11111110
Octal 276 375 376
Decimal 190 253 254
Hex BE FD FE

RGB Percentages of Color #befdfe

%27.26
%36.30
%36.44

CMYK Percentages of Color #befdfe

%25
%0
%0
%0

Triadic Colors of #befdfe

#befdfe #febefd #fdfebe

Analogous Colors of #befdfe

#befdfe #beddfe #befedf

Monochromatic Colors of #befdfe

#befdfe

Complementary Color

#befdfe #febfbe

#befdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#befdfe Color CSS Codes

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

#befdfe Text Font Color

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

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


#befdfe Background Color

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

This div background color is #befdfe


#befdfe Border Color

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

This div border color is #befdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befdfe

Related Colors


Comments

No comments written yet.

Please login to write comment.