Color Hex Logo

#7fcdbe Color Hex

#7FCDBE
(127,205,190)
0 Favorites   0 Comments

Color spaces of #7fcdbe

RGB 127205190
HSL0.470.440.65
HSV168°38°80°
CMYK 0.380.000.07   0.20
XYZ39.878051.892456.6296
Yxy51.89240.26870.3497
Hunter Lab72.0364-27.24943.8161
CIE-Lab77.2165-27.4820-0.1209

#7fcdbe color RGB value is (127,205,190).

#7fcdbe hex color red value is 127, green value is 205 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7fcdbe hue: 0.47 , saturation: 0.44 and the lightness value of 7fcdbe is 0.65.

The process color (four color CMYK) of #7fcdbe color hex is 0.38, 0.00, 0.07, 0.20. Web safe color of #7fcdbe is #66cccc. Color #7fcdbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001101 10111110
Octal 177 315 276
Decimal 127 205 190
Hex 7F CD BE

RGB Percentages of Color #7fcdbe

%24.33
%39.27
%36.40

CMYK Percentages of Color #7fcdbe

%38
%0
%7
%20

Triadic Colors of #7fcdbe

#7fcdbe #be7fcd #cdbe7f

Analogous Colors of #7fcdbe

#7fcdbe #7fb5cd #7fcd97

Monochromatic Colors of #7fcdbe

#7fcdbe

Complementary Color

#7fcdbe #cd7f8e

#7fcdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcdbe Color CSS Codes

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

#7fcdbe Text Font Color

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

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


#7fcdbe Background Color

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

This div background color is #7fcdbe


#7fcdbe Border Color

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

This div border color is #7fcdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcdbe


Comments

No comments written yet.

Please login to write comment.