Color Hex Logo

#7bfcdb Color Hex

#7BFCDB
(123,252,219)
0 Favorites   0 Comments

Color spaces of #7bfcdb

RGB 123252219
HSL0.460.960.74
HSV165°51°99°
CMYK 0.510.000.13   0.01
XYZ55.765078.946279.3169
Yxy78.94620.26050.3689
Hunter Lab88.8517-43.46049.2686
CIE-Lab91.2099-43.53254.8892

#7bfcdb color RGB value is (123,252,219).

#7bfcdb hex color red value is 123, green value is 252 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7bfcdb hue: 0.46 , saturation: 0.96 and the lightness value of 7bfcdb is 0.74.

The process color (four color CMYK) of #7bfcdb color hex is 0.51, 0.00, 0.13, 0.01. Web safe color of #7bfcdb is #66ffcc. Color #7bfcdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11111100 11011011
Octal 173 374 333
Decimal 123 252 219
Hex 7B FC DB

RGB Percentages of Color #7bfcdb

%20.71
%42.42
%36.87

CMYK Percentages of Color #7bfcdb

%51
%0
%13
%1

Triadic Colors of #7bfcdb

#7bfcdb #db7bfc #fcdb7b

Analogous Colors of #7bfcdb

#7bfcdb #7bddfc #7bfc9b

Monochromatic Colors of #7bfcdb

#7bfcdb

Complementary Color

#7bfcdb #fc7b9c

#7bfcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bfcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bfcdb Color CSS Codes

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

#7bfcdb Text Font Color

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

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


#7bfcdb Background Color

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

This div background color is #7bfcdb


#7bfcdb Border Color

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

This div border color is #7bfcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bfcdb

Related Colors


Comments

No comments written yet.

Please login to write comment.