Color Hex Logo

#beeafc Color Hex

#BEEAFC
(190,234,252)
0 Favorites   0 Comments

Color spaces of #beeafc

RGB 190234252
HSL0.550.910.87
HSV197°25°99°
CMYK 0.250.070.00   0.01
XYZ68.228776.8211103.3274
Yxy76.82110.27470.3093
Hunter Lab87.6476-14.4313-8.5434
CIE-Lab90.2392-10.2354-13.3678

#beeafc color RGB value is (190,234,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101010 11111100
Octal 276 352 374
Decimal 190 234 252
Hex BE EA FC

RGB Percentages of Color #beeafc

%28.11
%34.62
%37.28

CMYK Percentages of Color #beeafc

%25
%7
%0
%1

Triadic Colors of #beeafc

#beeafc #fcbeea #eafcbe

Analogous Colors of #beeafc

#beeafc #becbfc #befcef

Monochromatic Colors of #beeafc

#beeafc

Complementary Color

#beeafc #fcd0be

#beeafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeafc Color CSS Codes

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

#beeafc Text Font Color

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

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


#beeafc Background Color

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

This div background color is #beeafc


#beeafc Border Color

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

This div border color is #beeafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeafc


Comments

No comments written yet.

Please login to write comment.