Color Hex Logo

#7fbfcc Color Hex

#7FBFCC
(127,191,204)
0 Favorites   0 Comments

Color spaces of #7fbfcc

RGB 127191204
HSL0.530.430.65
HSV190°38°80°
CMYK 0.380.060.00   0.20
XYZ38.282346.133364.0137
Yxy46.13330.25790.3108
Hunter Lab67.9215-18.2554-8.3338
CIE-Lab73.6319-17.0923-13.0082

#7fbfcc color RGB value is (127,191,204).

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

The process color (four color CMYK) of #7fbfcc color hex is 0.38, 0.06, 0.00, 0.20. Web safe color of #7fbfcc is #66cccc. Color #7fbfcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111111 11001100
Octal 177 277 314
Decimal 127 191 204
Hex 7F BF CC

RGB Percentages of Color #7fbfcc

%24.33
%36.59
%39.08

CMYK Percentages of Color #7fbfcc

%38
%6
%0
%20

Triadic Colors of #7fbfcc

#7fbfcc #cc7fbf #bfcc7f

Analogous Colors of #7fbfcc

#7fbfcc #7f99cc #7fccb3

Monochromatic Colors of #7fbfcc

#7fbfcc

Complementary Color

#7fbfcc #cc8c7f

#7fbfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbfcc Color CSS Codes

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

#7fbfcc Text Font Color

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

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


#7fbfcc Background Color

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

This div background color is #7fbfcc


#7fbfcc Border Color

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

This div border color is #7fbfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbfcc


Comments

No comments written yet.

Please login to write comment.