Color Hex Logo

#7bffcc Color Hex

#7BFFCC
(123,255,204)
0 Favorites   0 Comments

Color spaces of #7bffcc

RGB 123255204
HSL0.441.000.74
HSV157°52°100°
CMYK 0.520.000.20   0.00
XYZ54.827580.090669.6961
Yxy80.09060.26800.3914
Hunter Lab89.4934-47.256516.4712
CIE-Lab91.7255-48.113713.3698

#7bffcc color RGB value is (123,255,204).

#7bffcc hex color red value is 123, green value is 255 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7bffcc hue: 0.44 , saturation: 1.00 and the lightness value of 7bffcc is 0.74.

The process color (four color CMYK) of #7bffcc color hex is 0.52, 0.00, 0.20, 0.00. Web safe color of #7bffcc is #66ffcc. Color #7bffcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11111111 11001100
Octal 173 377 314
Decimal 123 255 204
Hex 7B FF CC

RGB Percentages of Color #7bffcc

%21.13
%43.81
%35.05

CMYK Percentages of Color #7bffcc

%52
%0
%20
%0

Triadic Colors of #7bffcc

#7bffcc #cc7bff #ffcc7b

Analogous Colors of #7bffcc

#7bffcc #7bf0ff #7bff8a

Monochromatic Colors of #7bffcc

#7bffcc

Complementary Color

#7bffcc #ff7bae

#7bffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bffcc Color CSS Codes

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

#7bffcc Text Font Color

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

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


#7bffcc Background Color

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

This div background color is #7bffcc


#7bffcc Border Color

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

This div border color is #7bffcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bffcc

Related Colors


Comments

No comments written yet.

Please login to write comment.