Color Hex Logo

#7bdfdc Color Hex

#7BDFDC
(123,223,220)
0 Favorites   0 Comments

Color spaces of #7bdfdc

RGB 123223220
HSL0.500.610.68
HSV178°45°87°
CMYK 0.450.000.01   0.13
XYZ47.474362.153677.2048
Yxy62.15360.25410.3327
Hunter Lab78.8376-30.4768-2.8758
CIE-Lab82.9950-29.9895-7.6627

#7bdfdc color RGB value is (123,223,220).

#7bdfdc hex color red value is 123, green value is 223 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7bdfdc hue: 0.50 , saturation: 0.61 and the lightness value of 7bdfdc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11011111 11011100
Octal 173 337 334
Decimal 123 223 220
Hex 7B DF DC

RGB Percentages of Color #7bdfdc

%21.73
%39.40
%38.87

CMYK Percentages of Color #7bdfdc

%45
%0
%1
%13

Triadic Colors of #7bdfdc

#7bdfdc #dc7bdf #dfdc7b

Analogous Colors of #7bdfdc

#7bdfdc #7bb0df #7bdfaa

Monochromatic Colors of #7bdfdc

#7bdfdc

Complementary Color

#7bdfdc #df7b7e

#7bdfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bdfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bdfdc Color CSS Codes

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

#7bdfdc Text Font Color

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

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


#7bdfdc Background Color

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

This div background color is #7bdfdc


#7bdfdc Border Color

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

This div border color is #7bdfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bdfdc


Comments

No comments written yet.

Please login to write comment.