Color Hex Logo

#beffee Color Hex

#BEFFEE
(190,255,238)
0 Favorites   0 Comments

Color spaces of #beffee

RGB 190255238
HSL0.461.000.87
HSV164°25°100°
CMYK 0.250.000.07   0.00
XYZ72.427888.640294.1808
Yxy88.64020.28380.3473
Hunter Lab94.1489-27.44246.5942
CIE-Lab95.4299-23.60681.5609

#beffee color RGB value is (190,255,238).

#beffee hex color red value is 190, green value is 255 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #beffee hue: 0.46 , saturation: 1.00 and the lightness value of beffee is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111111 11101110
Octal 276 377 356
Decimal 190 255 238
Hex BE FF EE

RGB Percentages of Color #beffee

%27.82
%37.34
%34.85

CMYK Percentages of Color #beffee

%25
%0
%7
%0

Triadic Colors of #beffee

#beffee #eebeff #ffeebe

Analogous Colors of #beffee

#beffee #bef0ff #beffce

Monochromatic Colors of #beffee

#beffee

Complementary Color

#beffee #ffbecf

#beffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#beffee Color CSS Codes

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

#beffee Text Font Color

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

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


#beffee Background Color

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

This div background color is #beffee


#beffee Border Color

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

This div border color is #beffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beffee


Comments

No comments written yet.

Please login to write comment.