Color Hex Logo

#7bb7ce Color Hex

#7BB7CE
(123,183,206)
0 Favorites   0 Comments

Color spaces of #7bb7ce

RGB 123183206
HSL0.550.460.65
HSV197°40°81°
CMYK 0.400.110.00   0.19
XYZ36.242442.534264.6923
Yxy42.53420.25260.2965
Hunter Lab65.2182-14.9378-13.1591
CIE-Lab71.2377-13.4509-17.7263

#7bb7ce color RGB value is (123,183,206).

#7bb7ce hex color red value is 123, green value is 183 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7bb7ce hue: 0.55 , saturation: 0.46 and the lightness value of 7bb7ce is 0.65.

The process color (four color CMYK) of #7bb7ce color hex is 0.40, 0.11, 0.00, 0.19. Web safe color of #7bb7ce is #66cccc. Color #7bb7ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10110111 11001110
Octal 173 267 316
Decimal 123 183 206
Hex 7B B7 CE

RGB Percentages of Color #7bb7ce

%24.02
%35.74
%40.23

CMYK Percentages of Color #7bb7ce

%40
%11
%0
%19

Triadic Colors of #7bb7ce

#7bb7ce #ce7bb7 #b7ce7b

Analogous Colors of #7bb7ce

#7bb7ce #7b8ece #7bcebc

Monochromatic Colors of #7bb7ce

#7bb7ce

Complementary Color

#7bb7ce #ce927b

#7bb7ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bb7ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bb7ce Color CSS Codes

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

#7bb7ce Text Font Color

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

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


#7bb7ce Background Color

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

This div background color is #7bb7ce


#7bb7ce Border Color

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

This div border color is #7bb7ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bb7ce


Comments

No comments written yet.

Please login to write comment.