Color Hex Logo

#7bbcdd Color Hex

#7BBCDD
(123,188,221)
0 Favorites   0 Comments

Color spaces of #7bbcdd

RGB 123188221
HSL0.560.590.67
HSV200°44°87°
CMYK 0.440.150.00   0.13
XYZ39.202745.397975.1031
Yxy45.39790.24550.2843
Hunter Lab67.3780-14.0543-18.9232
CIE-Lab73.1531-12.0926-22.9983

#7bbcdd color RGB value is (123,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111100 11011101
Octal 173 274 335
Decimal 123 188 221
Hex 7B BC DD

RGB Percentages of Color #7bbcdd

%23.12
%35.34
%41.54

CMYK Percentages of Color #7bbcdd

%44
%15
%0
%13

Triadic Colors of #7bbcdd

#7bbcdd #dd7bbc #bcdd7b

Analogous Colors of #7bbcdd

#7bbcdd #7b8bdd #7bddcd

Monochromatic Colors of #7bbcdd

#7bbcdd

Complementary Color

#7bbcdd #dd9c7b

#7bbcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbcdd Color CSS Codes

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

#7bbcdd Text Font Color

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

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


#7bbcdd Background Color

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

This div background color is #7bbcdd


#7bbcdd Border Color

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

This div border color is #7bbcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbcdd


Comments

No comments written yet.

Please login to write comment.