Color Hex Logo

#7dffcb Color Hex

#7DFFCB
(125,255,203)
0 Favorites   0 Comments

Color spaces of #7dffcb

RGB 125255203
HSL0.431.000.75
HSV156°51°100°
CMYK 0.510.000.20   0.00
XYZ54.996980.191869.0798
Yxy80.19180.26920.3926
Hunter Lab89.5499-47.086816.9479
CIE-Lab91.7709-47.880913.9575

#7dffcb color RGB value is (125,255,203).

#7dffcb hex color red value is 125, green value is 255 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7dffcb hue: 0.43 , saturation: 1.00 and the lightness value of 7dffcb is 0.75.

The process color (four color CMYK) of #7dffcb color hex is 0.51, 0.00, 0.20, 0.00. Web safe color of #7dffcb is #66ffcc. Color #7dffcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111111 11001011
Octal 175 377 313
Decimal 125 255 203
Hex 7D FF CB

RGB Percentages of Color #7dffcb

%21.44
%43.74
%34.82

CMYK Percentages of Color #7dffcb

%51
%0
%20
%0

Triadic Colors of #7dffcb

#7dffcb #cb7dff #ffcb7d

Analogous Colors of #7dffcb

#7dffcb #7df2ff #7dff8a

Monochromatic Colors of #7dffcb

#7dffcb

Complementary Color

#7dffcb #ff7db1

#7dffcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dffcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dffcb Color CSS Codes

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

#7dffcb Text Font Color

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

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


#7dffcb Background Color

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

This div background color is #7dffcb


#7dffcb Border Color

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

This div border color is #7dffcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dffcb

Related Colors


Comments

No comments written yet.

Please login to write comment.