Color Hex Logo

#75daee Color Hex

#75DAEE
(117,218,238)
0 Favorites   0 Comments

Color spaces of #75daee

RGB 117218238
HSL0.530.780.70
HSV190°51°93°
CMYK 0.510.080.00   0.07
XYZ47.840160.097889.9675
Yxy60.09780.24170.3037
Hunter Lab77.5228-25.5107-14.5419
CIE-Lab81.8913-24.2158-18.8963

#75daee color RGB value is (117,218,238).

#75daee hex color red value is 117, green value is 218 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #75daee hue: 0.53 , saturation: 0.78 and the lightness value of 75daee is 0.70.

The process color (four color CMYK) of #75daee color hex is 0.51, 0.08, 0.00, 0.07. Web safe color of #75daee is #66ccff. Color #75daee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 11011010 11101110
Octal 165 332 356
Decimal 117 218 238
Hex 75 DA EE

RGB Percentages of Color #75daee

%20.42
%38.05
%41.54

CMYK Percentages of Color #75daee

%51
%8
%0
%7

Triadic Colors of #75daee

#75daee #ee75da #daee75

Analogous Colors of #75daee

#75daee #759eee #75eec6

Monochromatic Colors of #75daee

#75daee

Complementary Color

#75daee #ee8975

#75daee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75daee Color Preview on White Background

Lorem ipsum dolor sit amet.

#75daee Color CSS Codes

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

#75daee Text Font Color

<p style="color:#75daee">Text here</p>

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


#75daee Background Color

<div style="background-color:#75daee">
Div content here</div>

This div background color is #75daee


#75daee Border Color

<div style="border:3px solid #75daee">
Div here</div>

This div border color is #75daee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,218,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75daee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75daee;
  -webkit-box-shadow: 1px 1px 3px 2px #75daee;
  box-shadow:         1px 1px 3px 2px #75daee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,218,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75daee


Comments

No comments written yet.

Please login to write comment.