Color Hex Logo

#befdff Color Hex

#BEFDFF
(190,253,255)
0 Favorites   0 Comments

Color spaces of #befdff

RGB 190253255
HSL0.511.000.87
HSV182°25°100°
CMYK 0.250.010.00   0.00
XYZ74.410588.4177107.7522
Yxy88.41770.27500.3268
Hunter Lab94.0307-23.2990-2.1205
CIE-Lab95.3365-19.0747-7.3457

#befdff color RGB value is (190,253,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111101 11111111
Octal 276 375 377
Decimal 190 253 255
Hex BE FD FF

RGB Percentages of Color #befdff

%27.22
%36.25
%36.53

CMYK Percentages of Color #befdff

%25
%1
%0
%0

Triadic Colors of #befdff

#befdff #ffbefd #fdffbe

Analogous Colors of #befdff

#befdff #beddff #beffe1

Monochromatic Colors of #befdff

#befdff

Complementary Color

#befdff #ffc0be

#befdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#befdff Color CSS Codes

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

#befdff Text Font Color

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

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


#befdff Background Color

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

This div background color is #befdff


#befdff Border Color

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

This div border color is #befdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befdff

Related Colors


Comments

No comments written yet.

Please login to write comment.