Color Hex Logo

#7cbfde Color Hex

#7CBFDE
(124,191,222)
0 Favorites   0 Comments

Color spaces of #7cbfde

RGB 124191222
HSL0.550.600.68
HSV199°44°87°
CMYK 0.440.140.00   0.13
XYZ40.127846.820676.0296
Yxy46.82060.24620.2873
Hunter Lab68.4256-15.0644-17.9809
CIE-Lab74.0749-13.1607-22.1328

#7cbfde color RGB value is (124,191,222).

#7cbfde hex color red value is 124, green value is 191 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #7cbfde hue: 0.55 , saturation: 0.60 and the lightness value of 7cbfde is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111111 11011110
Octal 174 277 336
Decimal 124 191 222
Hex 7C BF DE

RGB Percentages of Color #7cbfde

%23.09
%35.57
%41.34

CMYK Percentages of Color #7cbfde

%44
%14
%0
%13

Triadic Colors of #7cbfde

#7cbfde #de7cbf #bfde7c

Analogous Colors of #7cbfde

#7cbfde #7c8ede #7cdecc

Monochromatic Colors of #7cbfde

#7cbfde

Complementary Color

#7cbfde #de9b7c

#7cbfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbfde Color CSS Codes

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

#7cbfde Text Font Color

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

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


#7cbfde Background Color

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

This div background color is #7cbfde


#7cbfde Border Color

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

This div border color is #7cbfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbfde


Comments

No comments written yet.

Please login to write comment.