Color Hex Logo

#7fbdef Color Hex

#7FBDEF
(127,189,239)
0 Favorites   0 Comments

Color spaces of #7fbdef

RGB 127189239
HSL0.570.780.72
HSV207°47°94°
CMYK 0.470.210.00   0.06
XYZ42.530047.139288.5186
Yxy47.13920.23870.2645
Hunter Lab68.6580-9.5802-28.3801
CIE-Lab74.2787-6.6991-31.0086

#7fbdef color RGB value is (127,189,239).

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

The process color (four color CMYK) of #7fbdef color hex is 0.47, 0.21, 0.00, 0.06. Web safe color of #7fbdef is #66ccff. Color #7fbdef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111101 11101111
Octal 177 275 357
Decimal 127 189 239
Hex 7F BD EF

RGB Percentages of Color #7fbdef

%22.88
%34.05
%43.06

CMYK Percentages of Color #7fbdef

%47
%21
%0
%6

Triadic Colors of #7fbdef

#7fbdef #ef7fbd #bdef7f

Analogous Colors of #7fbdef

#7fbdef #7f85ef #7fefe9

Monochromatic Colors of #7fbdef

#7fbdef

Complementary Color

#7fbdef #efb17f

#7fbdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbdef Color CSS Codes

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

#7fbdef Text Font Color

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

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


#7fbdef Background Color

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

This div background color is #7fbdef


#7fbdef Border Color

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

This div border color is #7fbdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbdef


Comments

No comments written yet.

Please login to write comment.