Color Hex Logo

#75cfeb Color Hex

#75CFEB
(117,207,235)
0 Favorites   0 Comments

Color spaces of #75cfeb

RGB 117207235
HSL0.540.750.69
HSV194°50°92°
CMYK 0.500.120.00   0.08
XYZ44.644354.405786.7456
Yxy54.40570.24030.2928
Hunter Lab73.7602-21.0410-18.0958
CIE-Lab78.6977-19.5114-22.1349

#75cfeb color RGB value is (117,207,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001111 11101011
Octal 165 317 353
Decimal 117 207 235
Hex 75 CF EB

RGB Percentages of Color #75cfeb

%20.93
%37.03
%42.04

CMYK Percentages of Color #75cfeb

%50
%12
%0
%8

Triadic Colors of #75cfeb

#75cfeb #eb75cf #cfeb75

Analogous Colors of #75cfeb

#75cfeb #7594eb #75ebcc

Monochromatic Colors of #75cfeb

#75cfeb

Complementary Color

#75cfeb #eb9175

#75cfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75cfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#75cfeb Color CSS Codes

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

#75cfeb Text Font Color

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

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


#75cfeb Background Color

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

This div background color is #75cfeb


#75cfeb Border Color

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

This div border color is #75cfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75cfeb


Comments

No comments written yet.

Please login to write comment.