Color Hex Logo

#7bcbeb Color Hex

#7BCBEB
(123,203,235)
0 Favorites   0 Comments

Color spaces of #7bcbeb

RGB 123203235
HSL0.550.740.70
HSV197°48°92°
CMYK 0.480.140.00   0.08
XYZ44.519752.921086.4656
Yxy52.92100.24210.2878
Hunter Lab72.7468-18.0683-19.5483
CIE-Lab77.8283-16.1260-23.4342

#7bcbeb color RGB value is (123,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001011 11101011
Octal 173 313 353
Decimal 123 203 235
Hex 7B CB EB

RGB Percentages of Color #7bcbeb

%21.93
%36.19
%41.89

CMYK Percentages of Color #7bcbeb

%48
%14
%0
%8

Triadic Colors of #7bcbeb

#7bcbeb #eb7bcb #cbeb7b

Analogous Colors of #7bcbeb

#7bcbeb #7b93eb #7bebd3

Monochromatic Colors of #7bcbeb

#7bcbeb

Complementary Color

#7bcbeb #eb9b7b

#7bcbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcbeb Color CSS Codes

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

#7bcbeb Text Font Color

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

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


#7bcbeb Background Color

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

This div background color is #7bcbeb


#7bcbeb Border Color

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

This div border color is #7bcbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcbeb


Comments

No comments written yet.

Please login to write comment.