Color Hex Logo

#7fdaec Color Hex

#7FDAEC
(127,218,236)
0 Favorites   0 Comments

Color spaces of #7fdaec

RGB 127218236
HSL0.530.740.71
HSV190°46°93°
CMYK 0.460.080.00   0.07
XYZ48.964160.711088.4946
Yxy60.71100.24710.3064
Hunter Lab77.9173-24.1838-12.7966
CIE-Lab82.2231-22.5552-17.2944

#7fdaec color RGB value is (127,218,236).

#7fdaec hex color red value is 127, green value is 218 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7fdaec hue: 0.53 , saturation: 0.74 and the lightness value of 7fdaec is 0.71.

The process color (four color CMYK) of #7fdaec color hex is 0.46, 0.08, 0.00, 0.07. Web safe color of #7fdaec is #66ccff. Color #7fdaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011010 11101100
Octal 177 332 354
Decimal 127 218 236
Hex 7F DA EC

RGB Percentages of Color #7fdaec

%21.86
%37.52
%40.62

CMYK Percentages of Color #7fdaec

%46
%8
%0
%7

Triadic Colors of #7fdaec

#7fdaec #ec7fda #daec7f

Analogous Colors of #7fdaec

#7fdaec #7fa4ec #7fecc8

Monochromatic Colors of #7fdaec

#7fdaec

Complementary Color

#7fdaec #ec917f

#7fdaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdaec Color CSS Codes

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

#7fdaec Text Font Color

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

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


#7fdaec Background Color

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

This div background color is #7fdaec


#7fdaec Border Color

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

This div border color is #7fdaec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,218,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdaec


Comments

No comments written yet.

Please login to write comment.