Color Hex Logo

#7bbeca Color Hex

#7BBECA
(123,190,202)
0 Favorites   0 Comments

Color spaces of #7bbeca

RGB 123190202
HSL0.530.430.64
HSV189°39°79°
CMYK 0.390.060.00   0.21
XYZ37.242545.302162.6584
Yxy45.30210.25650.3120
Hunter Lab67.3068-19.0186-8.0805
CIE-Lab73.0904-18.1318-12.7511

#7bbeca color RGB value is (123,190,202).

#7bbeca hex color red value is 123, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7bbeca hue: 0.53 , saturation: 0.43 and the lightness value of 7bbeca is 0.64.

The process color (four color CMYK) of #7bbeca color hex is 0.39, 0.06, 0.00, 0.21. Web safe color of #7bbeca is #66cccc. Color #7bbeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111110 11001010
Octal 173 276 312
Decimal 123 190 202
Hex 7B BE CA

RGB Percentages of Color #7bbeca

%23.88
%36.89
%39.22

CMYK Percentages of Color #7bbeca

%39
%6
%0
%21

Triadic Colors of #7bbeca

#7bbeca #ca7bbe #beca7b

Analogous Colors of #7bbeca

#7bbeca #7b97ca #7bcaaf

Monochromatic Colors of #7bbeca

#7bbeca

Complementary Color

#7bbeca #ca877b

#7bbeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbeca Color CSS Codes

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

#7bbeca Text Font Color

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

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


#7bbeca Background Color

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

This div background color is #7bbeca


#7bbeca Border Color

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

This div border color is #7bbeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbeca


Comments

No comments written yet.

Please login to write comment.