Color Hex Logo

#beecfe Color Hex

#BEECFE
(190,236,254)
0 Favorites   0 Comments

Color spaces of #beecfe

RGB 190236254
HSL0.550.970.87
HSV197°25°100°
CMYK 0.250.070.00   0.00
XYZ69.120178.0938105.1965
Yxy78.09380.27380.3094
Hunter Lab88.3707-15.0330-8.7193
CIE-Lab90.8227-10.8091-13.5398

#beecfe color RGB value is (190,236,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101100 11111110
Octal 276 354 376
Decimal 190 236 254
Hex BE EC FE

RGB Percentages of Color #beecfe

%27.94
%34.71
%37.35

CMYK Percentages of Color #beecfe

%25
%7
%0
%0

Triadic Colors of #beecfe

#beecfe #febeec #ecfebe

Analogous Colors of #beecfe

#beecfe #beccfe #befef0

Monochromatic Colors of #beecfe

#beecfe

Complementary Color

#beecfe #fed0be

#beecfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beecfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#beecfe Color CSS Codes

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

#beecfe Text Font Color

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

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


#beecfe Background Color

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

This div background color is #beecfe


#beecfe Border Color

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

This div border color is #beecfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beecfe


Comments

No comments written yet.

Please login to write comment.