Color Hex Logo

#7fdbeb Color Hex

#7FDBEB
(127,219,235)
0 Favorites   0 Comments

Color spaces of #7fdbeb

RGB 127219235
HSL0.520.730.71
HSV189°46°92°
CMYK 0.460.070.00   0.08
XYZ49.079361.173287.8181
Yxy61.17320.24780.3088
Hunter Lab78.2133-24.8635-11.8217
CIE-Lab82.4718-23.3128-16.3889

#7fdbeb color RGB value is (127,219,235).

#7fdbeb hex color red value is 127, green value is 219 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7fdbeb hue: 0.52 , saturation: 0.73 and the lightness value of 7fdbeb is 0.71.

The process color (four color CMYK) of #7fdbeb color hex is 0.46, 0.07, 0.00, 0.08. Web safe color of #7fdbeb is #66ccff. Color #7fdbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011011 11101011
Octal 177 333 353
Decimal 127 219 235
Hex 7F DB EB

RGB Percentages of Color #7fdbeb

%21.86
%37.69
%40.45

CMYK Percentages of Color #7fdbeb

%46
%7
%0
%8

Triadic Colors of #7fdbeb

#7fdbeb #eb7fdb #dbeb7f

Analogous Colors of #7fdbeb

#7fdbeb #7fa5eb #7febc5

Monochromatic Colors of #7fdbeb

#7fdbeb

Complementary Color

#7fdbeb #eb8f7f

#7fdbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdbeb Color CSS Codes

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

#7fdbeb Text Font Color

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

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


#7fdbeb Background Color

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

This div background color is #7fdbeb


#7fdbeb Border Color

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

This div border color is #7fdbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdbeb


Comments

No comments written yet.

Please login to write comment.