Color Hex Logo

#7bebff Color Hex

#7BEBFF
(123,235,255)
0 Favorites   0 Comments

Color spaces of #7bebff

RGB 123235255
HSL0.531.000.74
HSV189°52°100°
CMYK 0.520.080.00   0.00
XYZ55.926770.8476105.3351
Yxy70.84760.24090.3052
Hunter Lab84.1710-28.6965-15.2783
CIE-Lab87.4109-26.7532-19.5090

#7bebff color RGB value is (123,235,255).

#7bebff hex color red value is 123, green value is 235 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7bebff hue: 0.53 , saturation: 1.00 and the lightness value of 7bebff is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101011 11111111
Octal 173 353 377
Decimal 123 235 255
Hex 7B EB FF

RGB Percentages of Color #7bebff

%20.07
%38.34
%41.60

CMYK Percentages of Color #7bebff

%52
%8
%0
%0

Triadic Colors of #7bebff

#7bebff #ff7beb #ebff7b

Analogous Colors of #7bebff

#7bebff #7ba9ff #7bffd1

Monochromatic Colors of #7bebff

#7bebff

Complementary Color

#7bebff #ff8f7b

#7bebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bebff Color CSS Codes

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

#7bebff Text Font Color

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

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


#7bebff Background Color

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

This div background color is #7bebff


#7bebff Border Color

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

This div border color is #7bebff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bebff


Comments

No comments written yet.

Please login to write comment.