Color Hex Logo

#7db3cf Color Hex

#7DB3CF
(125,179,207)
0 Favorites   0 Comments

Color spaces of #7db3cf

RGB 125179207
HSL0.560.460.65
HSV200°40°81°
CMYK 0.400.140.00   0.19
XYZ35.840041.105265.0766
Yxy41.10520.25240.2894
Hunter Lab64.1133-12.4150-15.3015
CIE-Lab70.2496-10.5386-19.7622

#7db3cf color RGB value is (125,179,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10110011 11001111
Octal 175 263 317
Decimal 125 179 207
Hex 7D B3 CF

RGB Percentages of Color #7db3cf

%24.46
%35.03
%40.51

CMYK Percentages of Color #7db3cf

%40
%14
%0
%19

Triadic Colors of #7db3cf

#7db3cf #cf7db3 #b3cf7d

Analogous Colors of #7db3cf

#7db3cf #7d8acf #7dcfc2

Monochromatic Colors of #7db3cf

#7db3cf

Complementary Color

#7db3cf #cf997d

#7db3cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7db3cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7db3cf Color CSS Codes

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

#7db3cf Text Font Color

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

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


#7db3cf Background Color

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

This div background color is #7db3cf


#7db3cf Border Color

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

This div border color is #7db3cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,179,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 #7db3cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7db3cf


Comments

No comments written yet.

Please login to write comment.