Color Hex Logo

#7bbcde Color Hex

#7BBCDE
(123,188,222)
0 Favorites   0 Comments

Color spaces of #7bbcde

RGB 123188222
HSL0.560.600.68
HSV201°45°87°
CMYK 0.450.150.00   0.13
XYZ39.336445.451375.8070
Yxy45.45130.24490.2830
Hunter Lab67.4176-13.8307-19.4757
CIE-Lab73.1881-11.8206-23.4884

#7bbcde color RGB value is (123,188,222).

#7bbcde hex color red value is 123, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7bbcde hue: 0.56 , saturation: 0.60 and the lightness value of 7bbcde is 0.68.

The process color (four color CMYK) of #7bbcde color hex is 0.45, 0.15, 0.00, 0.13. Web safe color of #7bbcde is #66cccc. Color #7bbcde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111100 11011110
Octal 173 274 336
Decimal 123 188 222
Hex 7B BC DE

RGB Percentages of Color #7bbcde

%23.08
%35.27
%41.65

CMYK Percentages of Color #7bbcde

%45
%15
%0
%13

Triadic Colors of #7bbcde

#7bbcde #de7bbc #bcde7b

Analogous Colors of #7bbcde

#7bbcde #7b8bde #7bdecf

Monochromatic Colors of #7bbcde

#7bbcde

Complementary Color

#7bbcde #de9d7b

#7bbcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbcde Color CSS Codes

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

#7bbcde Text Font Color

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

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


#7bbcde Background Color

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

This div background color is #7bbcde


#7bbcde Border Color

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

This div border color is #7bbcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbcde


Comments

No comments written yet.

Please login to write comment.