Color Hex Logo

#7fbedd Color Hex

#7FBEDD
(127,190,221)
0 Favorites   0 Comments

Color spaces of #7fbedd

RGB 127190221
HSL0.550.580.68
HSV200°43°87°
CMYK 0.430.140.00   0.13
XYZ40.217046.559475.2738
Yxy46.55940.24820.2873
Hunter Lab68.2344-14.2034-17.6425
CIE-Lab73.9071-12.1597-21.8322

#7fbedd color RGB value is (127,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111110 11011101
Octal 177 276 335
Decimal 127 190 221
Hex 7F BE DD

RGB Percentages of Color #7fbedd

%23.61
%35.32
%41.08

CMYK Percentages of Color #7fbedd

%43
%14
%0
%13

Triadic Colors of #7fbedd

#7fbedd #dd7fbe #bedd7f

Analogous Colors of #7fbedd

#7fbedd #7f8fdd #7fddcd

Monochromatic Colors of #7fbedd

#7fbedd

Complementary Color

#7fbedd #dd9e7f

#7fbedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbedd Color CSS Codes

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

#7fbedd Text Font Color

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

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


#7fbedd Background Color

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

This div background color is #7fbedd


#7fbedd Border Color

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

This div border color is #7fbedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbedd


Comments

No comments written yet.

Please login to write comment.