Color Hex Logo

#7bc0df Color Hex

#7BC0DF
(123,192,223)
0 Favorites   0 Comments

Color spaces of #7bc0df

RGB 123192223
HSL0.550.610.68
HSV199°45°87°
CMYK 0.450.140.00   0.13
XYZ40.337347.237976.8039
Yxy47.23790.24540.2874
Hunter Lab68.7298-15.5162-18.1442
CIE-Lab74.3417-13.6592-22.2731

#7bc0df color RGB value is (123,192,223).

#7bc0df hex color red value is 123, green value is 192 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7bc0df hue: 0.55 , saturation: 0.61 and the lightness value of 7bc0df is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11000000 11011111
Octal 173 300 337
Decimal 123 192 223
Hex 7B C0 DF

RGB Percentages of Color #7bc0df

%22.86
%35.69
%41.45

CMYK Percentages of Color #7bc0df

%45
%14
%0
%13

Triadic Colors of #7bc0df

#7bc0df #df7bc0 #c0df7b

Analogous Colors of #7bc0df

#7bc0df #7b8edf #7bdfcc

Monochromatic Colors of #7bc0df

#7bc0df

Complementary Color

#7bc0df #df9a7b

#7bc0df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bc0df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bc0df Color CSS Codes

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

#7bc0df Text Font Color

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

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


#7bc0df Background Color

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

This div background color is #7bc0df


#7bc0df Border Color

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

This div border color is #7bc0df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bc0df


Comments

No comments written yet.

Please login to write comment.