Color Hex Logo

#67fdfd Color Hex

#67FDFD
(103,253,253)
0 Favorites   0 Comments

Color spaces of #67fdfd

RGB 103253253
HSL0.500.970.70
HSV180°59°99°
CMYK 0.590.000.00   0.01
XYZ58.448480.2260105.3331
Yxy80.22600.23950.3288
Hunter Lab89.5690-40.2652-7.0268
CIE-Lab91.7862-39.4072-11.9642

#67fdfd color RGB value is (103,253,253).

#67fdfd hex color red value is 103, green value is 253 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #67fdfd hue: 0.50 , saturation: 0.97 and the lightness value of 67fdfd is 0.70.

The process color (four color CMYK) of #67fdfd color hex is 0.59, 0.00, 0.00, 0.01. Web safe color of #67fdfd is #66ffff. Color #67fdfd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 11111101 11111101
Octal 147 375 375
Decimal 103 253 253
Hex 67 FD FD

RGB Percentages of Color #67fdfd

%16.91
%41.54
%41.54

CMYK Percentages of Color #67fdfd

%59
%0
%0
%1

Triadic Colors of #67fdfd

#67fdfd #fd67fd #fdfd67

Analogous Colors of #67fdfd

#67fdfd #67b2fd #67fdb2

Monochromatic Colors of #67fdfd

#67fdfd

Complementary Color

#67fdfd #fd6767

#67fdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67fdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#67fdfd Color CSS Codes

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

#67fdfd Text Font Color

<p style="color:#67fdfd">Text here</p>

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


#67fdfd Background Color

<div style="background-color:#67fdfd">
Div content here</div>

This div background color is #67fdfd


#67fdfd Border Color

<div style="border:3px solid #67fdfd">
Div here</div>

This div border color is #67fdfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,253,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67fdfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67fdfd;
  -webkit-box-shadow: 1px 1px 3px 2px #67fdfd;
  box-shadow:         1px 1px 3px 2px #67fdfd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67fdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.