Color Hex Logo

#7cbfdc Color Hex

#7CBFDC
(124,191,220)
0 Favorites   0 Comments

Color spaces of #7cbfdc

RGB 124191220
HSL0.550.580.67
HSV198°44°86°
CMYK 0.440.130.00   0.14
XYZ39.861246.714074.6259
Yxy46.71400.24730.2898
Hunter Lab68.3476-15.5049-16.8929
CIE-Lab74.0065-13.6984-21.1520

#7cbfdc color RGB value is (124,191,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111111 11011100
Octal 174 277 334
Decimal 124 191 220
Hex 7C BF DC

RGB Percentages of Color #7cbfdc

%23.18
%35.70
%41.12

CMYK Percentages of Color #7cbfdc

%44
%13
%0
%14

Triadic Colors of #7cbfdc

#7cbfdc #dc7cbf #bfdc7c

Analogous Colors of #7cbfdc

#7cbfdc #7c8fdc #7cdcc9

Monochromatic Colors of #7cbfdc

#7cbfdc

Complementary Color

#7cbfdc #dc997c

#7cbfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbfdc Color CSS Codes

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

#7cbfdc Text Font Color

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

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


#7cbfdc Background Color

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

This div background color is #7cbfdc


#7cbfdc Border Color

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

This div border color is #7cbfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbfdc


Comments

No comments written yet.

Please login to write comment.