Color Hex Logo

#7bbfcc Color Hex

#7BBFCC
(123,191,204)
0 Favorites   0 Comments

Color spaces of #7bbfcc

RGB 123191204
HSL0.530.440.64
HSV190°40°80°
CMYK 0.400.060.00   0.20
XYZ37.698345.832263.9863
Yxy45.83220.25560.3107
Hunter Lab67.6995-19.0768-8.6484
CIE-Lab73.4365-18.1372-13.3213

#7bbfcc color RGB value is (123,191,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111111 11001100
Octal 173 277 314
Decimal 123 191 204
Hex 7B BF CC

RGB Percentages of Color #7bbfcc

%23.75
%36.87
%39.38

CMYK Percentages of Color #7bbfcc

%40
%6
%0
%20

Triadic Colors of #7bbfcc

#7bbfcc #cc7bbf #bfcc7b

Analogous Colors of #7bbfcc

#7bbfcc #7b97cc #7bccb1

Monochromatic Colors of #7bbfcc

#7bbfcc

Complementary Color

#7bbfcc #cc887b

#7bbfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbfcc Color CSS Codes

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

#7bbfcc Text Font Color

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

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


#7bbfcc Background Color

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

This div background color is #7bbfcc


#7bbfcc Border Color

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

This div border color is #7bbfcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,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 #7bbfcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbfcc

#7bbfcc Color Palettes


Comments

No comments written yet.

Please login to write comment.