Color Hex Logo

#7beffe Color Hex

#7BEFFE
(123,239,254)
0 Favorites   0 Comments

Color spaces of #7beffe

RGB 123239254
HSL0.520.980.74
HSV187°52°100°
CMYK 0.520.060.00   0.00
XYZ56.924373.0997104.8754
Yxy73.09970.24230.3112
Hunter Lab85.4984-30.7779-12.8784
CIE-Lab88.4952-28.9505-17.3513

#7beffe color RGB value is (123,239,254).

#7beffe hex color red value is 123, green value is 239 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7beffe hue: 0.52 , saturation: 0.98 and the lightness value of 7beffe is 0.74.

The process color (four color CMYK) of #7beffe color hex is 0.52, 0.06, 0.00, 0.00. Web safe color of #7beffe is #66ffff. Color #7beffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101111 11111110
Octal 173 357 376
Decimal 123 239 254
Hex 7B EF FE

RGB Percentages of Color #7beffe

%19.97
%38.80
%41.23

CMYK Percentages of Color #7beffe

%52
%6
%0
%0

Triadic Colors of #7beffe

#7beffe #fe7bef #effe7b

Analogous Colors of #7beffe

#7beffe #7baefe #7bfecc

Monochromatic Colors of #7beffe

#7beffe

Complementary Color

#7beffe #fe8a7b

#7beffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7beffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7beffe Color CSS Codes

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

#7beffe Text Font Color

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

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


#7beffe Background Color

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

This div background color is #7beffe


#7beffe Border Color

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

This div border color is #7beffe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,239,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7beffe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7beffe;
  -webkit-box-shadow: 1px 1px 3px 2px #7beffe;
  box-shadow:         1px 1px 3px 2px #7beffe; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7beffe


Comments

No comments written yet.

Please login to write comment.