Color Hex Logo

#75cfec Color Hex

#75CFEC
(117,207,236)
0 Favorites   0 Comments

Color spaces of #75cfec

RGB 117207236
HSL0.540.760.69
HSV195°50°93°
CMYK 0.500.120.00   0.07
XYZ44.789354.463787.5088
Yxy54.46370.23980.2916
Hunter Lab73.7995-20.8166-18.6443
CIE-Lab78.7313-19.2361-22.6191

#75cfec color RGB value is (117,207,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001111 11101100
Octal 165 317 354
Decimal 117 207 236
Hex 75 CF EC

RGB Percentages of Color #75cfec

%20.89
%36.96
%42.14

CMYK Percentages of Color #75cfec

%50
%12
%0
%7

Triadic Colors of #75cfec

#75cfec #ec75cf #cfec75

Analogous Colors of #75cfec

#75cfec #7594ec #75ecce

Monochromatic Colors of #75cfec

#75cfec

Complementary Color

#75cfec #ec9275

#75cfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75cfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#75cfec Color CSS Codes

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

#75cfec Text Font Color

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

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


#75cfec Background Color

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

This div background color is #75cfec


#75cfec Border Color

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

This div border color is #75cfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75cfec


Comments

No comments written yet.

Please login to write comment.