Color Hex Logo

#7bbdde Color Hex

#7BBDDE
(123,189,222)
0 Favorites   0 Comments

Color spaces of #7bbdde

RGB 123189222
HSL0.560.600.68
HSV200°45°87°
CMYK 0.450.150.00   0.13
XYZ39.550845.880175.8784
Yxy45.88010.24520.2844
Hunter Lab67.7349-14.3087-19.0039
CIE-Lab73.4677-12.3500-23.0620

#7bbdde color RGB value is (123,189,222).

#7bbdde hex color red value is 123, green value is 189 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7bbdde hue: 0.56 , saturation: 0.60 and the lightness value of 7bbdde is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111101 11011110
Octal 173 275 336
Decimal 123 189 222
Hex 7B BD DE

RGB Percentages of Color #7bbdde

%23.03
%35.39
%41.57

CMYK Percentages of Color #7bbdde

%45
%15
%0
%13

Triadic Colors of #7bbdde

#7bbdde #de7bbd #bdde7b

Analogous Colors of #7bbdde

#7bbdde #7b8cde #7bdece

Monochromatic Colors of #7bbdde

#7bbdde

Complementary Color

#7bbdde #de9c7b

#7bbdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbdde Color CSS Codes

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

#7bbdde Text Font Color

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

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


#7bbdde Background Color

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

This div background color is #7bbdde


#7bbdde Border Color

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

This div border color is #7bbdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbdde


Comments

No comments written yet.

Please login to write comment.