Color Hex Logo

#7bbceb Color Hex

#7BBCEB
(123,188,235)
0 Favorites   0 Comments

Color spaces of #7bbceb

RGB 123188235
HSL0.570.740.70
HSV205°48°92°
CMYK 0.480.200.00   0.08
XYZ41.147046.175685.3414
Yxy46.17560.23830.2674
Hunter Lab67.9526-10.8309-26.8952
CIE-Lab73.6593-8.2205-29.8159

#7bbceb color RGB value is (123,188,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111100 11101011
Octal 173 274 353
Decimal 123 188 235
Hex 7B BC EB

RGB Percentages of Color #7bbceb

%22.53
%34.43
%43.04

CMYK Percentages of Color #7bbceb

%48
%20
%0
%8

Triadic Colors of #7bbceb

#7bbceb #eb7bbc #bceb7b

Analogous Colors of #7bbceb

#7bbceb #7b84eb #7bebe2

Monochromatic Colors of #7bbceb

#7bbceb

Complementary Color

#7bbceb #ebaa7b

#7bbceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbceb Color CSS Codes

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

#7bbceb Text Font Color

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

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


#7bbceb Background Color

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

This div background color is #7bbceb


#7bbceb Border Color

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

This div border color is #7bbceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbceb


Comments

No comments written yet.

Please login to write comment.