Color Hex Logo

#7fdbdc Color Hex

#7FDBDC
(127,219,220)
0 Favorites   0 Comments

Color spaces of #7fdbdc

RGB 127219220
HSL0.500.570.68
HSV181°42°86°
CMYK 0.420.000.00   0.14
XYZ47.002260.342476.8801
Yxy60.34240.25510.3275
Hunter Lab77.6804-27.9353-4.3029
CIE-Lab82.0239-27.1231-9.0866

#7fdbdc color RGB value is (127,219,220).

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

The process color (four color CMYK) of #7fdbdc color hex is 0.42, 0.00, 0.00, 0.14. Web safe color of #7fdbdc is #66cccc. Color #7fdbdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011011 11011100
Octal 177 333 334
Decimal 127 219 220
Hex 7F DB DC

RGB Percentages of Color #7fdbdc

%22.44
%38.69
%38.87

CMYK Percentages of Color #7fdbdc

%42
%0
%0
%14

Triadic Colors of #7fdbdc

#7fdbdc #dc7fdb #dbdc7f

Analogous Colors of #7fdbdc

#7fdbdc #7faddc #7fdcaf

Monochromatic Colors of #7fdbdc

#7fdbdc

Complementary Color

#7fdbdc #dc807f

#7fdbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdbdc Color CSS Codes

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

#7fdbdc Text Font Color

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

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


#7fdbdc Background Color

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

This div background color is #7fdbdc


#7fdbdc Border Color

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

This div border color is #7fdbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdbdc


Comments

No comments written yet.

Please login to write comment.