Color Hex Logo

#beeffc Color Hex

#BEEFFC
(190,239,252)
0 Favorites   0 Comments

Color spaces of #beeffc

RGB 190239252
HSL0.530.910.87
HSV193°25°99°
CMYK 0.250.050.00   0.01
XYZ69.672479.7084103.8086
Yxy79.70840.27520.3148
Hunter Lab89.2796-16.9406-6.4430
CIE-Lab91.5539-12.7663-11.4058

#beeffc color RGB value is (190,239,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101111 11111100
Octal 276 357 374
Decimal 190 239 252
Hex BE EF FC

RGB Percentages of Color #beeffc

%27.90
%35.10
%37.00

CMYK Percentages of Color #beeffc

%25
%5
%0
%1

Triadic Colors of #beeffc

#beeffc #fcbeef #effcbe

Analogous Colors of #beeffc

#beeffc #bed0fc #befcea

Monochromatic Colors of #beeffc

#beeffc

Complementary Color

#beeffc #fccbbe

#beeffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beeffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#beeffc Color CSS Codes

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

#beeffc Text Font Color

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

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


#beeffc Background Color

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

This div background color is #beeffc


#beeffc Border Color

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

This div border color is #beeffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beeffc

Related Colors


Comments

No comments written yet.

Please login to write comment.