Color Hex Logo

#7beffc Color Hex

#7BEFFC
(123,239,252)
0 Favorites   0 Comments

Color spaces of #7beffc

RGB 123239252
HSL0.520.960.74
HSV186°51°99°
CMYK 0.510.050.00   0.01
XYZ56.605672.9722103.1971
Yxy72.97220.24320.3135
Hunter Lab85.4238-31.2095-11.8293
CIE-Lab88.4345-29.4765-16.3968

#7beffc color RGB value is (123,239,252).

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

The process color (four color CMYK) of #7beffc color hex is 0.51, 0.05, 0.00, 0.01. Web safe color of #7beffc is #66ffff. Color #7beffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101111 11111100
Octal 173 357 374
Decimal 123 239 252
Hex 7B EF FC

RGB Percentages of Color #7beffc

%20.03
%38.93
%41.04

CMYK Percentages of Color #7beffc

%51
%5
%0
%1

Triadic Colors of #7beffc

#7beffc #fc7bef #effc7b

Analogous Colors of #7beffc

#7beffc #7baffc #7bfcc9

Monochromatic Colors of #7beffc

#7beffc

Complementary Color

#7beffc #fc887b

#7beffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7beffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7beffc Color CSS Codes

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

#7beffc Text Font Color

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

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


#7beffc Background Color

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

This div background color is #7beffc


#7beffc Border Color

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

This div border color is #7beffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7beffc

Related Colors


Comments

No comments written yet.

Please login to write comment.