Color Hex Logo

#75cdef Color Hex

#75CDEF
(117,205,239)
0 Favorites   0 Comments

Color spaces of #75cdef

RGB 117205239
HSL0.550.790.70
HSV197°51°94°
CMYK 0.510.140.00   0.06
XYZ44.747453.676589.6635
Yxy53.67650.23790.2854
Hunter Lab73.2642-19.1905-21.2763
CIE-Lab78.2727-17.3806-24.9237

#75cdef color RGB value is (117,205,239).

#75cdef hex color red value is 117, green value is 205 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #75cdef hue: 0.55 , saturation: 0.79 and the lightness value of 75cdef is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 11001101 11101111
Octal 165 315 357
Decimal 117 205 239
Hex 75 CD EF

RGB Percentages of Color #75cdef

%20.86
%36.54
%42.60

CMYK Percentages of Color #75cdef

%51
%14
%0
%6

Triadic Colors of #75cdef

#75cdef #ef75cd #cdef75

Analogous Colors of #75cdef

#75cdef #7590ef #75efd4

Monochromatic Colors of #75cdef

#75cdef

Complementary Color

#75cdef #ef9775

#75cdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75cdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#75cdef Color CSS Codes

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

#75cdef Text Font Color

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

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


#75cdef Background Color

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

This div background color is #75cdef


#75cdef Border Color

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

This div border color is #75cdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75cdef


Comments

No comments written yet.

Please login to write comment.