Color Hex Logo

#beeafd Color Hex

#BEEAFD
(190,234,253)
0 Favorites   0 Comments

Color spaces of #beeafd

RGB 190234253
HSL0.550.940.87
HSV198°25°99°
CMYK 0.250.080.00   0.01
XYZ68.387676.8846104.1643
Yxy76.88460.27420.3082
Hunter Lab87.6839-14.2286-9.0550
CIE-Lab90.2685-10.0142-13.8466

#beeafd color RGB value is (190,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101010 11111101
Octal 276 352 375
Decimal 190 234 253
Hex BE EA FD

RGB Percentages of Color #beeafd

%28.06
%34.56
%37.37

CMYK Percentages of Color #beeafd

%25
%8
%0
%1

Triadic Colors of #beeafd

#beeafd #fdbeea #eafdbe

Analogous Colors of #beeafd

#beeafd #becbfd #befdf1

Monochromatic Colors of #beeafd

#beeafd

Complementary Color

#beeafd #fdd1be

#beeafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeafd Color CSS Codes

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

#beeafd Text Font Color

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

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


#beeafd Background Color

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

This div background color is #beeafd


#beeafd Border Color

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

This div border color is #beeafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeafd


Comments

No comments written yet.

Please login to write comment.