Color Hex Logo

#75bbee Color Hex

#75BBEE
(117,187,238)
0 Favorites   0 Comments

Color spaces of #75bbee

RGB 117187238
HSL0.570.780.70
HSV205°51°93°
CMYK 0.510.210.00   0.07
XYZ40.539145.495687.5338
Yxy45.49560.23360.2621
Hunter Lab67.4504-10.7561-29.7283
CIE-Lab73.2170-8.1860-32.1442

#75bbee color RGB value is (117,187,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111011 11101110
Octal 165 273 356
Decimal 117 187 238
Hex 75 BB EE

RGB Percentages of Color #75bbee

%21.59
%34.50
%43.91

CMYK Percentages of Color #75bbee

%51
%21
%0
%7

Triadic Colors of #75bbee

#75bbee #ee75bb #bbee75

Analogous Colors of #75bbee

#75bbee #757fee #75eee5

Monochromatic Colors of #75bbee

#75bbee

Complementary Color

#75bbee #eea875

#75bbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75bbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#75bbee Color CSS Codes

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

#75bbee Text Font Color

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

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


#75bbee Background Color

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

This div background color is #75bbee


#75bbee Border Color

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

This div border color is #75bbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75bbee


Comments

No comments written yet.

Please login to write comment.