Color Hex Logo

#7bccce Color Hex

#7BCCCE
(123,204,206)
0 Favorites   0 Comments

Color spaces of #7bccce

RGB 123204206
HSL0.500.460.65
HSV181°40°81°
CMYK 0.400.010.00   0.19
XYZ40.901851.852966.2454
Yxy51.85290.25720.3261
Hunter Lab72.0090-24.6259-4.1382
CIE-Lab77.1928-24.2038-8.7937

#7bccce color RGB value is (123,204,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001100 11001110
Octal 173 314 316
Decimal 123 204 206
Hex 7B CC CE

RGB Percentages of Color #7bccce

%23.08
%38.27
%38.65

CMYK Percentages of Color #7bccce

%40
%1
%0
%19

Triadic Colors of #7bccce

#7bccce #ce7bcc #ccce7b

Analogous Colors of #7bccce

#7bccce #7ba3ce #7bcea7

Monochromatic Colors of #7bccce

#7bccce

Complementary Color

#7bccce #ce7d7b

#7bccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bccce Color CSS Codes

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

#7bccce Text Font Color

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

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


#7bccce Background Color

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

This div background color is #7bccce


#7bccce Border Color

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

This div border color is #7bccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bccce


Comments

No comments written yet.

Please login to write comment.