Color Hex Logo

#7bbced Color Hex

#7BBCED
(123,188,237)
0 Favorites   0 Comments

Color spaces of #7bbced

RGB 123188237
HSL0.570.760.71
HSV206°48°93°
CMYK 0.480.210.00   0.07
XYZ41.437746.291886.8720
Yxy46.29180.23730.2651
Hunter Lab68.0381-10.3535-28.0757
CIE-Lab73.7345-7.6557-30.7822

#7bbced color RGB value is (123,188,237).

#7bbced hex color red value is 123, green value is 188 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7bbced hue: 0.57 , saturation: 0.76 and the lightness value of 7bbced is 0.71.

The process color (four color CMYK) of #7bbced color hex is 0.48, 0.21, 0.00, 0.07. Web safe color of #7bbced is #66ccff. Color #7bbced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111100 11101101
Octal 173 274 355
Decimal 123 188 237
Hex 7B BC ED

RGB Percentages of Color #7bbced

%22.45
%34.31
%43.25

CMYK Percentages of Color #7bbced

%48
%21
%0
%7

Triadic Colors of #7bbced

#7bbced #ed7bbc #bced7b

Analogous Colors of #7bbced

#7bbced #7b83ed #7bede5

Monochromatic Colors of #7bbced

#7bbced

Complementary Color

#7bbced #edac7b

#7bbced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbced Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbced Color CSS Codes

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

#7bbced Text Font Color

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

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


#7bbced Background Color

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

This div background color is #7bbced


#7bbced Border Color

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

This div border color is #7bbced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbced


Comments

No comments written yet.

Please login to write comment.