Color Hex Logo

#7befdb Color Hex

#7BEFDB
(123,239,219)
0 Favorites   0 Comments

Color spaces of #7befdb

RGB 123239219
HSL0.470.780.71
HSV170°49°94°
CMYK 0.490.000.08   0.06
XYZ51.821171.058478.0022
Yxy71.05840.25800.3537
Hunter Lab84.2961-37.78534.1442
CIE-Lab87.5134-37.7090-0.4844

#7befdb color RGB value is (123,239,219).

#7befdb hex color red value is 123, green value is 239 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7befdb hue: 0.47 , saturation: 0.78 and the lightness value of 7befdb is 0.71.

The process color (four color CMYK) of #7befdb color hex is 0.49, 0.00, 0.08, 0.06. Web safe color of #7befdb is #66ffcc. Color #7befdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101111 11011011
Octal 173 357 333
Decimal 123 239 219
Hex 7B EF DB

RGB Percentages of Color #7befdb

%21.17
%41.14
%37.69

CMYK Percentages of Color #7befdb

%49
%0
%8
%6

Triadic Colors of #7befdb

#7befdb #db7bef #efdb7b

Analogous Colors of #7befdb

#7befdb #7bc9ef #7befa1

Monochromatic Colors of #7befdb

#7befdb

Complementary Color

#7befdb #ef7b8f

#7befdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7befdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7befdb Color CSS Codes

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

#7befdb Text Font Color

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

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


#7befdb Background Color

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

This div background color is #7befdb


#7befdb Border Color

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

This div border color is #7befdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7befdb


Comments

No comments written yet.

Please login to write comment.