Color Hex Logo

#7bbcdc Color Hex

#7BBCDC
(123,188,220)
0 Favorites   0 Comments

Color spaces of #7bbcdc

RGB 123188220
HSL0.550.580.67
HSV200°44°86°
CMYK 0.440.150.00   0.14
XYZ39.069945.344774.4033
Yxy45.34470.24600.2855
Hunter Lab67.3385-14.2763-18.3735
CIE-Lab73.1183-12.3632-22.5078

#7bbcdc color RGB value is (123,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111100 11011100
Octal 173 274 334
Decimal 123 188 220
Hex 7B BC DC

RGB Percentages of Color #7bbcdc

%23.16
%35.40
%41.43

CMYK Percentages of Color #7bbcdc

%44
%15
%0
%14

Triadic Colors of #7bbcdc

#7bbcdc #dc7bbc #bcdc7b

Analogous Colors of #7bbcdc

#7bbcdc #7b8cdc #7bdccc

Monochromatic Colors of #7bbcdc

#7bbcdc

Complementary Color

#7bbcdc #dc9b7b

#7bbcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbcdc Color CSS Codes

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

#7bbcdc Text Font Color

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

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


#7bbcdc Background Color

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

This div background color is #7bbcdc


#7bbcdc Border Color

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

This div border color is #7bbcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbcdc


Comments

No comments written yet.

Please login to write comment.