Color Hex Logo

#7bf0dd Color Hex

#7BF0DD
(123,240,221)
0 Favorites   0 Comments

Color spaces of #7bf0dd

RGB 123240221
HSL0.470.800.71
HSV170°49°94°
CMYK 0.490.000.08   0.06
XYZ52.379671.751679.4954
Yxy71.75160.25720.3524
Hunter Lab84.7063-37.85753.6518
CIE-Lab87.8489-37.6931-1.0406

#7bf0dd color RGB value is (123,240,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11110000 11011101
Octal 173 360 335
Decimal 123 240 221
Hex 7B F0 DD

RGB Percentages of Color #7bf0dd

%21.06
%41.10
%37.84

CMYK Percentages of Color #7bf0dd

%49
%0
%8
%6

Triadic Colors of #7bf0dd

#7bf0dd #dd7bf0 #f0dd7b

Analogous Colors of #7bf0dd

#7bf0dd #7bc9f0 #7bf0a3

Monochromatic Colors of #7bf0dd

#7bf0dd

Complementary Color

#7bf0dd #f07b8e

#7bf0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bf0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bf0dd Color CSS Codes

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

#7bf0dd Text Font Color

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

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


#7bf0dd Background Color

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

This div background color is #7bf0dd


#7bf0dd Border Color

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

This div border color is #7bf0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bf0dd


Comments

No comments written yet.

Please login to write comment.