Color Hex Logo

#7bcacf Color Hex

#7BCACF
(123,202,207)
0 Favorites   0 Comments

Color spaces of #7bcacf

RGB 123202207
HSL0.510.470.65
HSV184°41°81°
CMYK 0.410.020.00   0.19
XYZ40.551450.957066.7299
Yxy50.95700.25630.3220
Hunter Lab71.3842-23.5213-5.4554
CIE-Lab76.6530-22.9579-10.1366

#7bcacf color RGB value is (123,202,207).

#7bcacf hex color red value is 123, green value is 202 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7bcacf hue: 0.51 , saturation: 0.47 and the lightness value of 7bcacf is 0.65.

The process color (four color CMYK) of #7bcacf color hex is 0.41, 0.02, 0.00, 0.19. Web safe color of #7bcacf is #66cccc. Color #7bcacf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001010 11001111
Octal 173 312 317
Decimal 123 202 207
Hex 7B CA CF

RGB Percentages of Color #7bcacf

%23.12
%37.97
%38.91

CMYK Percentages of Color #7bcacf

%41
%2
%0
%19

Triadic Colors of #7bcacf

#7bcacf #cf7bca #cacf7b

Analogous Colors of #7bcacf

#7bcacf #7ba0cf #7bcfaa

Monochromatic Colors of #7bcacf

#7bcacf

Complementary Color

#7bcacf #cf807b

#7bcacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcacf Color CSS Codes

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

#7bcacf Text Font Color

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

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


#7bcacf Background Color

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

This div background color is #7bcacf


#7bcacf Border Color

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

This div border color is #7bcacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcacf


Comments

No comments written yet.

Please login to write comment.