Color Hex Logo

#7bcfcc Color Hex

#7BCFCC
(123,207,204)
0 Favorites   0 Comments

Color spaces of #7bcfcc

RGB 123207204
HSL0.490.470.65
HSV178°41°81°
CMYK 0.410.000.01   0.19
XYZ41.380353.196265.2137
Yxy53.19620.25900.3329
Hunter Lab72.9357-26.3650-1.9577
CIE-Lab77.9907-26.1766-6.5336

#7bcfcc color RGB value is (123,207,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001111 11001100
Octal 173 317 314
Decimal 123 207 204
Hex 7B CF CC

RGB Percentages of Color #7bcfcc

%23.03
%38.76
%38.20

CMYK Percentages of Color #7bcfcc

%41
%0
%1
%19

Triadic Colors of #7bcfcc

#7bcfcc #cc7bcf #cfcc7b

Analogous Colors of #7bcfcc

#7bcfcc #7ba8cf #7bcfa2

Monochromatic Colors of #7bcfcc

#7bcfcc

Complementary Color

#7bcfcc #cf7b7e

#7bcfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcfcc Color CSS Codes

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

#7bcfcc Text Font Color

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

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


#7bcfcc Background Color

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

This div background color is #7bcfcc


#7bcfcc Border Color

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

This div border color is #7bcfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcfcc


Comments

No comments written yet.

Please login to write comment.