Color Hex Logo

#75bdee Color Hex

#75BDEE
(117,189,238)
0 Favorites   0 Comments

Color spaces of #75bdee

RGB 117189238
HSL0.570.780.70
HSV204°51°93°
CMYK 0.510.210.00   0.07
XYZ40.966346.350187.6762
Yxy46.35010.23410.2649
Hunter Lab68.0809-11.7328-28.6984
CIE-Lab73.7721-9.2612-31.2880

#75bdee color RGB value is (117,189,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111101 11101110
Octal 165 275 356
Decimal 117 189 238
Hex 75 BD EE

RGB Percentages of Color #75bdee

%21.51
%34.74
%43.75

CMYK Percentages of Color #75bdee

%51
%21
%0
%7

Triadic Colors of #75bdee

#75bdee #ee75bd #bdee75

Analogous Colors of #75bdee

#75bdee #7581ee #75eee3

Monochromatic Colors of #75bdee

#75bdee

Complementary Color

#75bdee #eea675

#75bdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75bdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#75bdee Color CSS Codes

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

#75bdee Text Font Color

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

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


#75bdee Background Color

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

This div background color is #75bdee


#75bdee Border Color

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

This div border color is #75bdee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,189,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 #75bdee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75bdee


Comments

No comments written yet.

Please login to write comment.