Color Hex Logo

#beefed Color Hex

#BEEFED
(190,239,237)
17 Favorites   1 Comments

Color spaces of #beefed

RGB 190239237
HSL0.490.600.84
HSV178°21°94°
CMYK 0.210.000.01   0.06
XYZ67.387878.794691.7779
Yxy78.79460.28320.3311
Hunter Lab88.7663-19.83110.8349
CIE-Lab91.1413-15.9704-4.1986

#beefed color RGB value is (190,239,237).

#beefed hex color red value is 190, green value is 239 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #beefed hue: 0.49 , saturation: 0.60 and the lightness value of beefed is 0.84.

The process color (four color CMYK) of #beefed color hex is 0.21, 0.00, 0.01, 0.06. Web safe color of #beefed is #ccffff. Color #beefed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101111 11101101
Octal 276 357 355
Decimal 190 239 237
Hex BE EF ED

RGB Percentages of Color #beefed

%28.53
%35.89
%35.59

CMYK Percentages of Color #beefed

%21
%0
%1
%6

Triadic Colors of #beefed

#beefed #edbeef #efedbe

Analogous Colors of #beefed

#beefed #bed9ef #beefd5

Monochromatic Colors of #beefed

#beefed

Complementary Color

#beefed #efbec0

#beefed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beefed Color Preview on White Background

Lorem ipsum dolor sit amet.

#beefed Color CSS Codes

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

#beefed Text Font Color

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

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


#beefed Background Color

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

This div background color is #beefed


#beefed Border Color

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

This div border color is #beefed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beefed


Comments

18 Feb 2021, 16:03 Zacapea

Looks nice!! Not really a sky colour but alright!

Please login to write comment.