Color Hex Logo

#7cbecf Color Hex

#7CBECF
(124,190,207)
0 Favorites   0 Comments

Color spaces of #7cbecf

RGB 124190207
HSL0.530.460.65
HSV192°40°81°
CMYK 0.400.080.00   0.19
XYZ37.988145.617065.8343
Yxy45.61700.25420.3053
Hunter Lab67.5404-17.7982-10.5141
CIE-Lab73.2963-16.5940-15.1605

#7cbecf color RGB value is (124,190,207).

#7cbecf hex color red value is 124, green value is 190 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #7cbecf hue: 0.53 , saturation: 0.46 and the lightness value of 7cbecf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111110 11001111
Octal 174 276 317
Decimal 124 190 207
Hex 7C BE CF

RGB Percentages of Color #7cbecf

%23.80
%36.47
%39.73

CMYK Percentages of Color #7cbecf

%40
%8
%0
%19

Triadic Colors of #7cbecf

#7cbecf #cf7cbe #becf7c

Analogous Colors of #7cbecf

#7cbecf #7c95cf #7ccfb7

Monochromatic Colors of #7cbecf

#7cbecf

Complementary Color

#7cbecf #cf8d7c

#7cbecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbecf Color CSS Codes

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

#7cbecf Text Font Color

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

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


#7cbecf Background Color

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

This div background color is #7cbecf


#7cbecf Border Color

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

This div border color is #7cbecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbecf


Comments

No comments written yet.

Please login to write comment.