Color Hex Logo

#7dbfcf Color Hex

#7DBFCF
(125,191,207)
0 Favorites   0 Comments

Color spaces of #7dbfcf

RGB 125191207
HSL0.530.460.65
HSV192°40°81°
CMYK 0.400.080.00   0.19
XYZ38.350746.126665.9135
Yxy46.12660.25500.3067
Hunter Lab67.9166-18.0597-9.9998
CIE-Lab73.6276-16.8538-14.6571

#7dbfcf color RGB value is (125,191,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111111 11001111
Octal 175 277 317
Decimal 125 191 207
Hex 7D BF CF

RGB Percentages of Color #7dbfcf

%23.90
%36.52
%39.58

CMYK Percentages of Color #7dbfcf

%40
%8
%0
%19

Triadic Colors of #7dbfcf

#7dbfcf #cf7dbf #bfcf7d

Analogous Colors of #7dbfcf

#7dbfcf #7d96cf #7dcfb6

Monochromatic Colors of #7dbfcf

#7dbfcf

Complementary Color

#7dbfcf #cf8d7d

#7dbfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbfcf Color CSS Codes

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

#7dbfcf Text Font Color

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

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


#7dbfcf Background Color

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

This div background color is #7dbfcf


#7dbfcf Border Color

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

This div border color is #7dbfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbfcf


Comments

No comments written yet.

Please login to write comment.