Color Hex Logo

#7cafdb Color Hex

#7CAFDB
(124,175,219)
0 Favorites   0 Comments

Color spaces of #7cafdb

RGB 124175219
HSL0.580.570.67
HSV208°43°86°
CMYK 0.430.200.00   0.14
XYZ36.428340.059572.8301
Yxy40.05950.24400.2683
Hunter Lab63.2926-8.0256-23.9196
CIE-Lab69.5119-5.3933-27.4753

#7cafdb color RGB value is (124,175,219).

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

The process color (four color CMYK) of #7cafdb color hex is 0.43, 0.20, 0.00, 0.14. Web safe color of #7cafdb is #6699cc. Color #7cafdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101111 11011011
Octal 174 257 333
Decimal 124 175 219
Hex 7C AF DB

RGB Percentages of Color #7cafdb

%23.94
%33.78
%42.28

CMYK Percentages of Color #7cafdb

%43
%20
%0
%14

Triadic Colors of #7cafdb

#7cafdb #db7caf #afdb7c

Analogous Colors of #7cafdb

#7cafdb #7c80db #7cdbd8

Monochromatic Colors of #7cafdb

#7cafdb

Complementary Color

#7cafdb #dba87c

#7cafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cafdb Color CSS Codes

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

#7cafdb Text Font Color

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

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


#7cafdb Background Color

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

This div background color is #7cafdb


#7cafdb Border Color

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

This div border color is #7cafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cafdb


Comments

No comments written yet.

Please login to write comment.