Color Hex Logo

#14cdef Color Hex

#14CDEF
(20,205,239)
0 Favorites   0 Comments

Color spaces of #14cdef

RGB 20205239
HSL0.530.870.51
HSV189°92°94°
CMYK 0.920.140.00   0.06
XYZ37.699850.043489.3337
Yxy50.04340.21290.2826
Hunter Lab70.7414-28.6704-25.3537
CIE-Lab76.0959-29.5952-28.4467

#14cdef color RGB value is (20,205,239).

#14cdef hex color red value is 20, green value is 205 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #14cdef hue: 0.53 , saturation: 0.87 and the lightness value of 14cdef is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11001101 11101111
Octal 24 315 357
Decimal 20 205 239
Hex 14 CD EF

RGB Percentages of Color #14cdef

%4.31
%44.18
%51.51

CMYK Percentages of Color #14cdef

%92
%14
%0
%6

Triadic Colors of #14cdef

#14cdef #ef14cd #cdef14

Analogous Colors of #14cdef

#14cdef #1460ef #14efa4

Monochromatic Colors of #14cdef

#14cdef

Complementary Color

#14cdef #ef3614

#14cdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14cdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#14cdef Color CSS Codes

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

#14cdef Text Font Color

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

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


#14cdef Background Color

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

This div background color is #14cdef


#14cdef Border Color

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

This div border color is #14cdef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,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 #14cdef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14cdef


Comments

No comments written yet.

Please login to write comment.