Color Hex Logo

#bef3fd Color Hex

#BEF3FD
(190,243,253)
0 Favorites   0 Comments

Color spaces of #bef3fd

RGB 190243253
HSL0.530.940.87
HSV190°25°99°
CMYK 0.250.040.00   0.01
XYZ71.015482.1402105.0402
Yxy82.14020.27500.3181
Hunter Lab90.6312-18.7384-5.2743
CIE-Lab92.6367-14.5555-10.3142

#bef3fd color RGB value is (190,243,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110011 11111101
Octal 276 363 375
Decimal 190 243 253
Hex BE F3 FD

RGB Percentages of Color #bef3fd

%27.70
%35.42
%36.88

CMYK Percentages of Color #bef3fd

%25
%4
%0
%1

Triadic Colors of #bef3fd

#bef3fd #fdbef3 #f3fdbe

Analogous Colors of #bef3fd

#bef3fd #bed4fd #befde8

Monochromatic Colors of #bef3fd

#bef3fd

Complementary Color

#bef3fd #fdc8be

#bef3fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef3fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef3fd Color CSS Codes

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

#bef3fd Text Font Color

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

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


#bef3fd Background Color

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

This div background color is #bef3fd


#bef3fd Border Color

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

This div border color is #bef3fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef3fd

Related Colors


Comments

No comments written yet.

Please login to write comment.