Color Hex Logo

#7daef3 Color Hex

#7DAEF3
(125,174,243)
0 Favorites   0 Comments

Color spaces of #7daef3

RGB 125174243
HSL0.600.830.72
HSV215°49°95°
CMYK 0.490.280.00   0.05
XYZ39.771241.103190.6316
Yxy41.10310.23190.2397
Hunter Lab64.1117-1.4644-38.9372
CIE-Lab70.24812.2196-39.4315

#7daef3 color RGB value is (125,174,243).

#7daef3 hex color red value is 125, green value is 174 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #7daef3 hue: 0.60 , saturation: 0.83 and the lightness value of 7daef3 is 0.72.

The process color (four color CMYK) of #7daef3 color hex is 0.49, 0.28, 0.00, 0.05. Web safe color of #7daef3 is #6699ff. Color #7daef3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101110 11110011
Octal 175 256 363
Decimal 125 174 243
Hex 7D AE F3

RGB Percentages of Color #7daef3

%23.06
%32.10
%44.83

CMYK Percentages of Color #7daef3

%49
%28
%0
%5

Triadic Colors of #7daef3

#7daef3 #f37dae #aef37d

Analogous Colors of #7daef3

#7daef3 #877df3 #7de9f3

Monochromatic Colors of #7daef3

#7daef3

Complementary Color

#7daef3 #f3c27d

#7daef3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7daef3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7daef3 Color CSS Codes

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

#7daef3 Text Font Color

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

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


#7daef3 Background Color

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

This div background color is #7daef3


#7daef3 Border Color

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

This div border color is #7daef3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7daef3


Comments

No comments written yet.

Please login to write comment.