Color Hex Logo

#75bcea Color Hex

#75BCEA
(117,188,234)
0 Favorites   0 Comments

Color spaces of #75bcea

RGB 117188234
HSL0.570.740.69
HSV204°50°92°
CMYK 0.500.200.00   0.08
XYZ40.170645.688984.5435
Yxy45.68890.23570.2681
Hunter Lab67.5936-12.2069-26.8422
CIE-Lab73.3432-9.8737-29.7845

#75bcea color RGB value is (117,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10111100 11101010
Octal 165 274 352
Decimal 117 188 234
Hex 75 BC EA

RGB Percentages of Color #75bcea

%21.71
%34.88
%43.41

CMYK Percentages of Color #75bcea

%50
%20
%0
%8

Triadic Colors of #75bcea

#75bcea #ea75bc #bcea75

Analogous Colors of #75bcea

#75bcea #7582ea #75eade

Monochromatic Colors of #75bcea

#75bcea

Complementary Color

#75bcea #eaa375

#75bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#75bcea Color CSS Codes

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

#75bcea Text Font Color

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

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


#75bcea Background Color

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

This div background color is #75bcea


#75bcea Border Color

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

This div border color is #75bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75bcea


Comments

No comments written yet.

Please login to write comment.