Color Hex Logo

#7fcadf Color Hex

#7FCADF
(127,202,223)
0 Favorites   0 Comments

Color spaces of #7fcadf

RGB 127202223
HSL0.540.600.69
HSV193°43°87°
CMYK 0.430.090.00   0.13
XYZ43.192252.080877.5882
Yxy52.08080.24990.3013
Hunter Lab72.1670-19.4595-13.2269
CIE-Lab77.3291-17.8728-17.7263

#7fcadf color RGB value is (127,202,223).

#7fcadf hex color red value is 127, green value is 202 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7fcadf hue: 0.54 , saturation: 0.60 and the lightness value of 7fcadf is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001010 11011111
Octal 177 312 337
Decimal 127 202 223
Hex 7F CA DF

RGB Percentages of Color #7fcadf

%23.01
%36.59
%40.40

CMYK Percentages of Color #7fcadf

%43
%9
%0
%13

Triadic Colors of #7fcadf

#7fcadf #df7fca #cadf7f

Analogous Colors of #7fcadf

#7fcadf #7f9adf #7fdfc4

Monochromatic Colors of #7fcadf

#7fcadf

Complementary Color

#7fcadf #df947f

#7fcadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcadf Color CSS Codes

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

#7fcadf Text Font Color

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

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


#7fcadf Background Color

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

This div background color is #7fcadf


#7fcadf Border Color

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

This div border color is #7fcadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcadf


Comments

No comments written yet.

Please login to write comment.