Color Hex Logo

#7fbdfd Color Hex

#7FBDFD
(127,189,253)
0 Favorites   0 Comments

Color spaces of #7fbdfd

RGB 127189253
HSL0.580.970.75
HSV210°50°99°
CMYK 0.500.250.00   0.01
XYZ44.679647.999199.8384
Yxy47.99910.23210.2493
Hunter Lab69.2814-6.1277-36.9433
CIE-Lab74.8244-2.7135-37.7076

#7fbdfd color RGB value is (127,189,253).

#7fbdfd hex color red value is 127, green value is 189 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #7fbdfd hue: 0.58 , saturation: 0.97 and the lightness value of 7fbdfd is 0.75.

The process color (four color CMYK) of #7fbdfd color hex is 0.50, 0.25, 0.00, 0.01. Web safe color of #7fbdfd is #66ccff. Color #7fbdfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111101 11111101
Octal 177 275 375
Decimal 127 189 253
Hex 7F BD FD

RGB Percentages of Color #7fbdfd

%22.32
%33.22
%44.46

CMYK Percentages of Color #7fbdfd

%50
%25
%0
%1

Triadic Colors of #7fbdfd

#7fbdfd #fd7fbd #bdfd7f

Analogous Colors of #7fbdfd

#7fbdfd #807ffd #7ffcfd

Monochromatic Colors of #7fbdfd

#7fbdfd

Complementary Color

#7fbdfd #fdbf7f

#7fbdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbdfd Color CSS Codes

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

#7fbdfd Text Font Color

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

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


#7fbdfd Background Color

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

This div background color is #7fbdfd


#7fbdfd Border Color

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

This div border color is #7fbdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbdfd


Comments

No comments written yet.

Please login to write comment.