Color Hex Logo

#75cbea Color Hex

#75CBEA
(117,203,234)
0 Favorites   0 Comments

Color spaces of #75cbea

RGB 117203234
HSL0.540.740.69
HSV196°50°92°
CMYK 0.500.130.00   0.08
XYZ43.543352.434385.6678
Yxy52.43430.23970.2887
Hunter Lab72.4115-19.3826-19.4561
CIE-Lab77.5398-17.7422-23.3602

#75cbea color RGB value is (117,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001011 11101010
Octal 165 313 352
Decimal 117 203 234
Hex 75 CB EA

RGB Percentages of Color #75cbea

%21.12
%36.64
%42.24

CMYK Percentages of Color #75cbea

%50
%13
%0
%8

Triadic Colors of #75cbea

#75cbea #ea75cb #cbea75

Analogous Colors of #75cbea

#75cbea #7591ea #75eacf

Monochromatic Colors of #75cbea

#75cbea

Complementary Color

#75cbea #ea9475

#75cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#75cbea Color CSS Codes

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

#75cbea Text Font Color

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

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


#75cbea Background Color

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

This div background color is #75cbea


#75cbea Border Color

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

This div border color is #75cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75cbea


Comments

No comments written yet.

Please login to write comment.