Color Hex Logo

#7fbefc Color Hex

#7FBEFC
(127,190,252)
0 Favorites   0 Comments

Color spaces of #7fbefc

RGB 127190252
HSL0.580.950.74
HSV210°50°99°
CMYK 0.500.250.00   0.01
XYZ44.736548.367299.0734
Yxy48.36720.23280.2517
Hunter Lab69.5465-6.8845-35.7798
CIE-Lab75.0559-3.5468-36.8108

#7fbefc color RGB value is (127,190,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111110 11111100
Octal 177 276 374
Decimal 127 190 252
Hex 7F BE FC

RGB Percentages of Color #7fbefc

%22.32
%33.39
%44.29

CMYK Percentages of Color #7fbefc

%50
%25
%0
%1

Triadic Colors of #7fbefc

#7fbefc #fc7fbe #befc7f

Analogous Colors of #7fbefc

#7fbefc #7f80fc #7ffcfc

Monochromatic Colors of #7fbefc

#7fbefc

Complementary Color

#7fbefc #fcbd7f

#7fbefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbefc Color CSS Codes

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

#7fbefc Text Font Color

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

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


#7fbefc Background Color

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

This div background color is #7fbefc


#7fbefc Border Color

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

This div border color is #7fbefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbefc


Comments

No comments written yet.

Please login to write comment.