Color Hex Logo

#7fcdda Color Hex

#7FCDDA
(127,205,218)
0 Favorites   0 Comments

Color spaces of #7fcdda

RGB 127205218
HSL0.520.550.68
HSV189°42°85°
CMYK 0.420.060.00   0.15
XYZ43.238653.236674.3264
Yxy53.23660.25320.3117
Hunter Lab72.9634-21.9057-9.3232
CIE-Lab78.0145-20.6893-14.0054

#7fcdda color RGB value is (127,205,218).

#7fcdda hex color red value is 127, green value is 205 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7fcdda hue: 0.52 , saturation: 0.55 and the lightness value of 7fcdda is 0.68.

The process color (four color CMYK) of #7fcdda color hex is 0.42, 0.06, 0.00, 0.15. Web safe color of #7fcdda is #66cccc. Color #7fcdda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001101 11011010
Octal 177 315 332
Decimal 127 205 218
Hex 7F CD DA

RGB Percentages of Color #7fcdda

%23.09
%37.27
%39.64

CMYK Percentages of Color #7fcdda

%42
%6
%0
%15

Triadic Colors of #7fcdda

#7fcdda #da7fcd #cdda7f

Analogous Colors of #7fcdda

#7fcdda #7fa0da #7fdaba

Monochromatic Colors of #7fcdda

#7fcdda

Complementary Color

#7fcdda #da8c7f

#7fcdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcdda Color CSS Codes

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

#7fcdda Text Font Color

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

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


#7fcdda Background Color

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

This div background color is #7fcdda


#7fcdda Border Color

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

This div border color is #7fcdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcdda


Comments

No comments written yet.

Please login to write comment.