Color Hex Logo

#7fbdea Color Hex

#7FBDEA
(127,189,234)
0 Favorites   0 Comments

Color spaces of #7fbdea

RGB 127189234
HSL0.570.720.71
HSV205°46°92°
CMYK 0.460.190.00   0.08
XYZ41.801346.847784.6813
Yxy46.84770.24120.2703
Hunter Lab68.4454-10.7650-25.4424
CIE-Lab74.0922-8.0922-28.5929

#7fbdea color RGB value is (127,189,234).

#7fbdea hex color red value is 127, green value is 189 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7fbdea hue: 0.57 , saturation: 0.72 and the lightness value of 7fbdea is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111101 11101010
Octal 177 275 352
Decimal 127 189 234
Hex 7F BD EA

RGB Percentages of Color #7fbdea

%23.09
%34.36
%42.55

CMYK Percentages of Color #7fbdea

%46
%19
%0
%8

Triadic Colors of #7fbdea

#7fbdea #ea7fbd #bdea7f

Analogous Colors of #7fbdea

#7fbdea #7f88ea #7feae2

Monochromatic Colors of #7fbdea

#7fbdea

Complementary Color

#7fbdea #eaac7f

#7fbdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbdea Color CSS Codes

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

#7fbdea Text Font Color

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

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


#7fbdea Background Color

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

This div background color is #7fbdea


#7fbdea Border Color

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

This div border color is #7fbdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbdea


Comments

No comments written yet.

Please login to write comment.