Color Hex Logo

#75bbe9 Color Hex

#75BBE9
(117,187,233)
0 Favorites   0 Comments

Color spaces of #75bbe9

RGB 117187233
HSL0.570.730.69
HSV204°50°91°
CMYK 0.500.200.00   0.09
XYZ39.814445.205783.7179
Yxy45.20570.23600.2679
Hunter Lab67.2352-11.9599-26.7603
CIE-Lab73.0271-9.6237-29.7291

#75bbe9 color RGB value is (117,187,233).

#75bbe9 hex color red value is 117, green value is 187 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #75bbe9 hue: 0.57 , saturation: 0.73 and the lightness value of 75bbe9 is 0.69.

The process color (four color CMYK) of #75bbe9 color hex is 0.50, 0.20, 0.00, 0.09. Web safe color of #75bbe9 is #66ccff. Color #75bbe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111011 11101001
Octal 165 273 351
Decimal 117 187 233
Hex 75 BB E9

RGB Percentages of Color #75bbe9

%21.79
%34.82
%43.39

CMYK Percentages of Color #75bbe9

%50
%20
%0
%9

Triadic Colors of #75bbe9

#75bbe9 #e975bb #bbe975

Analogous Colors of #75bbe9

#75bbe9 #7581e9 #75e9dd

Monochromatic Colors of #75bbe9

#75bbe9

Complementary Color

#75bbe9 #e9a375

#75bbe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75bbe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75bbe9 Color CSS Codes

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

#75bbe9 Text Font Color

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

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


#75bbe9 Background Color

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

This div background color is #75bbe9


#75bbe9 Border Color

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

This div border color is #75bbe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75bbe9


Comments

No comments written yet.

Please login to write comment.