Color Hex Logo

#7ddfcb Color Hex

#7DDFCB
(125,223,203)
0 Favorites   0 Comments

Color spaces of #7ddfcb

RGB 125223203
HSL0.470.600.68
HSV168°44°87°
CMYK 0.440.000.09   0.13
XYZ45.624661.447165.9557
Yxy61.44710.26370.3551
Hunter Lab78.3882-33.28634.9852
CIE-Lab82.6185-33.58720.8084

#7ddfcb color RGB value is (125,223,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011111 11001011
Octal 175 337 313
Decimal 125 223 203
Hex 7D DF CB

RGB Percentages of Color #7ddfcb

%22.69
%40.47
%36.84

CMYK Percentages of Color #7ddfcb

%44
%0
%9
%13

Triadic Colors of #7ddfcb

#7ddfcb #cb7ddf #dfcb7d

Analogous Colors of #7ddfcb

#7ddfcb #7dc2df #7ddf9a

Monochromatic Colors of #7ddfcb

#7ddfcb

Complementary Color

#7ddfcb #df7d91

#7ddfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddfcb Color CSS Codes

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

#7ddfcb Text Font Color

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

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


#7ddfcb Background Color

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

This div background color is #7ddfcb


#7ddfcb Border Color

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

This div border color is #7ddfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddfcb


Comments

No comments written yet.

Please login to write comment.