Color Hex Logo

#7bb2dc Color Hex

#7BB2DC
(123,178,220)
0 Favorites   0 Comments

Color spaces of #7bb2dc

RGB 123178220
HSL0.570.580.67
HSV206°44°86°
CMYK 0.440.190.00   0.14
XYZ37.007041.219173.7157
Yxy41.21910.24360.2713
Hunter Lab64.2021-9.4638-23.1342
CIE-Lab70.3292-7.0028-26.7723

#7bb2dc color RGB value is (123,178,220).

#7bb2dc hex color red value is 123, green value is 178 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7bb2dc hue: 0.57 , saturation: 0.58 and the lightness value of 7bb2dc is 0.67.

The process color (four color CMYK) of #7bb2dc color hex is 0.44, 0.19, 0.00, 0.14. Web safe color of #7bb2dc is #6699cc. Color #7bb2dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10110010 11011100
Octal 173 262 334
Decimal 123 178 220
Hex 7B B2 DC

RGB Percentages of Color #7bb2dc

%23.61
%34.17
%42.23

CMYK Percentages of Color #7bb2dc

%44
%19
%0
%14

Triadic Colors of #7bb2dc

#7bb2dc #dc7bb2 #b2dc7b

Analogous Colors of #7bb2dc

#7bb2dc #7b82dc #7bdcd6

Monochromatic Colors of #7bb2dc

#7bb2dc

Complementary Color

#7bb2dc #dca57b

#7bb2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bb2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bb2dc Color CSS Codes

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

#7bb2dc Text Font Color

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

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


#7bb2dc Background Color

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

This div background color is #7bb2dc


#7bb2dc Border Color

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

This div border color is #7bb2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bb2dc


Comments

No comments written yet.

Please login to write comment.