Color Hex Logo

#75bddd Color Hex

#75BDDD
(117,189,221)
0 Favorites   0 Comments

Color spaces of #75bddd

RGB 117189221
HSL0.550.600.66
HSV198°47°87°
CMYK 0.470.140.00   0.13
XYZ38.584945.397675.1356
Yxy45.39760.24250.2853
Hunter Lab67.3777-15.6903-18.9522
CIE-Lab73.1529-14.0572-23.0241

#75bddd color RGB value is (117,189,221).

#75bddd hex color red value is 117, green value is 189 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #75bddd hue: 0.55 , saturation: 0.60 and the lightness value of 75bddd is 0.66.

The process color (four color CMYK) of #75bddd color hex is 0.47, 0.14, 0.00, 0.13. Web safe color of #75bddd is #66cccc. Color #75bddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111101 11011101
Octal 165 275 335
Decimal 117 189 221
Hex 75 BD DD

RGB Percentages of Color #75bddd

%22.20
%35.86
%41.94

CMYK Percentages of Color #75bddd

%47
%14
%0
%13

Triadic Colors of #75bddd

#75bddd #dd75bd #bddd75

Analogous Colors of #75bddd

#75bddd #7589dd #75ddc9

Monochromatic Colors of #75bddd

#75bddd

Complementary Color

#75bddd #dd9575

#75bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#75bddd Color CSS Codes

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

#75bddd Text Font Color

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

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


#75bddd Background Color

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

This div background color is #75bddd


#75bddd Border Color

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

This div border color is #75bddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75bddd


Comments

No comments written yet.

Please login to write comment.