Color Hex Logo

#7dbfce Color Hex

#7DBFCE
(125,191,206)
0 Favorites   0 Comments

Color spaces of #7dbfce

RGB 125191206
HSL0.530.450.65
HSV191°39°81°
CMYK 0.390.070.00   0.19
XYZ38.228846.077865.2716
Yxy46.07780.25560.3081
Hunter Lab67.8806-18.2640-9.4947
CIE-Lab73.5960-17.1094-14.1606

#7dbfce color RGB value is (125,191,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111111 11001110
Octal 175 277 316
Decimal 125 191 206
Hex 7D BF CE

RGB Percentages of Color #7dbfce

%23.95
%36.59
%39.46

CMYK Percentages of Color #7dbfce

%39
%7
%0
%19

Triadic Colors of #7dbfce

#7dbfce #ce7dbf #bfce7d

Analogous Colors of #7dbfce

#7dbfce #7d97ce #7dceb5

Monochromatic Colors of #7dbfce

#7dbfce

Complementary Color

#7dbfce #ce8c7d

#7dbfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbfce Color CSS Codes

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

#7dbfce Text Font Color

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

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


#7dbfce Background Color

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

This div background color is #7dbfce


#7dbfce Border Color

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

This div border color is #7dbfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbfce


Comments

No comments written yet.

Please login to write comment.