Color Hex Logo

#7cbfce Color Hex

#7CBFCE
(124,191,206)
0 Favorites   0 Comments

Color spaces of #7cbfce

RGB 124191206
HSL0.530.460.65
HSV191°40°81°
CMYK 0.400.070.00   0.19
XYZ38.083646.002965.2648
Yxy46.00290.25500.3080
Hunter Lab67.8254-18.4678-9.5738
CIE-Lab73.5474-17.3679-14.2385

#7cbfce color RGB value is (124,191,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111111 11001110
Octal 174 277 316
Decimal 124 191 206
Hex 7C BF CE

RGB Percentages of Color #7cbfce

%23.80
%36.66
%39.54

CMYK Percentages of Color #7cbfce

%40
%7
%0
%19

Triadic Colors of #7cbfce

#7cbfce #ce7cbf #bfce7c

Analogous Colors of #7cbfce

#7cbfce #7c96ce #7cceb4

Monochromatic Colors of #7cbfce

#7cbfce

Complementary Color

#7cbfce #ce8b7c

#7cbfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbfce Color CSS Codes

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

#7cbfce Text Font Color

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

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


#7cbfce Background Color

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

This div background color is #7cbfce


#7cbfce Border Color

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

This div border color is #7cbfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbfce


Comments

No comments written yet.

Please login to write comment.