Color Hex Logo

#75bedd Color Hex

#75BEDD
(117,190,221)
0 Favorites   0 Comments

Color spaces of #75bedd

RGB 117190221
HSL0.550.600.66
HSV198°47°87°
CMYK 0.470.140.00   0.13
XYZ38.800745.829375.2075
Yxy45.82930.24280.2867
Hunter Lab67.6973-16.1632-18.4793
CIE-Lab73.4346-14.5825-22.5948

#75bedd color RGB value is (117,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111110 11011101
Octal 165 276 335
Decimal 117 190 221
Hex 75 BE DD

RGB Percentages of Color #75bedd

%22.16
%35.98
%41.86

CMYK Percentages of Color #75bedd

%47
%14
%0
%13

Triadic Colors of #75bedd

#75bedd #dd75be #bedd75

Analogous Colors of #75bedd

#75bedd #758add #75ddc8

Monochromatic Colors of #75bedd

#75bedd

Complementary Color

#75bedd #dd9475

#75bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#75bedd Color CSS Codes

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

#75bedd Text Font Color

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

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


#75bedd Background Color

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

This div background color is #75bedd


#75bedd Border Color

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

This div border color is #75bedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75bedd


Comments

No comments written yet.

Please login to write comment.