Color Hex Logo

#7fbfe4 Color Hex

#7FBFE4
(127,191,228)
0 Favorites   0 Comments

Color spaces of #7fbfe4

RGB 127191228
HSL0.560.650.70
HSV202°44°89°
CMYK 0.440.160.00   0.11
XYZ41.386847.375180.3618
Yxy47.37510.24470.2801
Hunter Lab68.8296-13.1208-21.0432
CIE-Lab74.4291-10.8049-24.8301

#7fbfe4 color RGB value is (127,191,228).

#7fbfe4 hex color red value is 127, green value is 191 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #7fbfe4 hue: 0.56 , saturation: 0.65 and the lightness value of 7fbfe4 is 0.70.

The process color (four color CMYK) of #7fbfe4 color hex is 0.44, 0.16, 0.00, 0.11. Web safe color of #7fbfe4 is #66cccc. Color #7fbfe4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111111 11100100
Octal 177 277 344
Decimal 127 191 228
Hex 7F BF E4

RGB Percentages of Color #7fbfe4

%23.26
%34.98
%41.76

CMYK Percentages of Color #7fbfe4

%44
%16
%0
%11

Triadic Colors of #7fbfe4

#7fbfe4 #e47fbf #bfe47f

Analogous Colors of #7fbfe4

#7fbfe4 #7f8de4 #7fe4d7

Monochromatic Colors of #7fbfe4

#7fbfe4

Complementary Color

#7fbfe4 #e4a47f

#7fbfe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbfe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbfe4 Color CSS Codes

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

#7fbfe4 Text Font Color

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

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


#7fbfe4 Background Color

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

This div background color is #7fbfe4


#7fbfe4 Border Color

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

This div border color is #7fbfe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbfe4


Comments

No comments written yet.

Please login to write comment.