color codes Logo

#7edfcc color codes

#7EDFCC
(126,223,204)
0 Favorites   0 Comments

Color spaces of #7edfcc

RGB 126223204
HSL0.470.600.68
HSV168°43°87°
CMYK 0.430.000.09   0.13
XYZ45.890961.570666.5923
Yxy61.57060.26370.3537
Hunter Lab78.4669-32.92254.6094
CIE-Lab82.6845-33.11160.3795

#7edfcc color RGB value is (126,223,204).

#7edfcc hex color red value is 126, green value is 223 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7edfcc hue: 0.47 , saturation: 0.60 and the lightness value of 7edfcc is 0.68.

The process color (four color CMYK) of #7edfcc color code is 0.43, 0.00, 0.09, 0.13. Web safe color of #7edfcc is #66cccc. Color #7edfcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011111 11001100
Octal 176 337 314
Decimal 126 223 204
Hex 7E DF CC

RGB Percentages of Color #7edfcc

%22.78
%40.33
%36.89

CMYK Percentages of Color #7edfcc

%43
%0
%9
%13

Triadic Colors of #7edfcc

#7edfcc #cc7edf #dfcc7e

Analogous Colors of #7edfcc

#7edfcc #7ec2df #7edf9c

Monochromatic Colors of #7edfcc

#7edfcc

Complementary Color

#7edfcc #df7e91

#7edfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edfcc Color CSS Codes

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

#7edfcc Text Font Color

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

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


#7edfcc Background Color

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

This div background color is #7edfcc


#7edfcc Border Color

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

This div border color is #7edfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edfcc


Comments

No comments written yet.

Please login to write comment.