Color Hex Logo

#7bceff Color Hex

#7BCEFF
(123,206,255)
0 Favorites   0 Comments

Color spaces of #7bceff

RGB 123206255
HSL0.561.000.74
HSV202°52°100°
CMYK 0.520.190.00   0.00
XYZ48.289755.5736102.7894
Yxy55.57360.23370.2689
Hunter Lab74.5477-14.8317-29.5681
CIE-Lab79.3705-12.1082-31.7652

#7bceff color RGB value is (123,206,255).

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

The process color (four color CMYK) of #7bceff color hex is 0.52, 0.19, 0.00, 0.00. Web safe color of #7bceff is #66ccff. Color #7bceff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001110 11111111
Octal 173 316 377
Decimal 123 206 255
Hex 7B CE FF

RGB Percentages of Color #7bceff

%21.06
%35.27
%43.66

CMYK Percentages of Color #7bceff

%52
%19
%0
%0

Triadic Colors of #7bceff

#7bceff #ff7bce #ceff7b

Analogous Colors of #7bceff

#7bceff #7b8cff #7bffee

Monochromatic Colors of #7bceff

#7bceff

Complementary Color

#7bceff #ffac7b

#7bceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bceff Color CSS Codes

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

#7bceff Text Font Color

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

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


#7bceff Background Color

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

This div background color is #7bceff


#7bceff Border Color

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

This div border color is #7bceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bceff


Comments

No comments written yet.

Please login to write comment.