Color Hex Logo

#7fcbda Color Hex

#7FCBDA
(127,203,218)
0 Favorites   0 Comments

Color spaces of #7fcbda

RGB 127203218
HSL0.530.550.68
HSV190°42°85°
CMYK 0.420.070.00   0.15
XYZ42.763252.285974.1680
Yxy52.28590.25270.3090
Hunter Lab72.3090-20.9767-10.1980
CIE-Lab77.4515-19.6771-14.8509

#7fcbda color RGB value is (127,203,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001011 11011010
Octal 177 313 332
Decimal 127 203 218
Hex 7F CB DA

RGB Percentages of Color #7fcbda

%23.18
%37.04
%39.78

CMYK Percentages of Color #7fcbda

%42
%7
%0
%15

Triadic Colors of #7fcbda

#7fcbda #da7fcb #cbda7f

Analogous Colors of #7fcbda

#7fcbda #7f9eda #7fdabc

Monochromatic Colors of #7fcbda

#7fcbda

Complementary Color

#7fcbda #da8e7f

#7fcbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcbda Color CSS Codes

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

#7fcbda Text Font Color

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

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


#7fcbda Background Color

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

This div background color is #7fcbda


#7fcbda Border Color

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

This div border color is #7fcbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcbda


Comments

No comments written yet.

Please login to write comment.