Color Hex Logo

#42defd Color Hex

#42DEFD
(66,222,253)
0 Favorites   0 Comments

Color spaces of #42defd

RGB 66222253
HSL0.530.980.63
HSV190°74°99°
CMYK 0.740.120.00   0.01
XYZ46.097760.4927102.1752
Yxy60.49270.22080.2898
Hunter Lab77.7771-30.3146-23.4449
CIE-Lab82.1053-30.0264-26.6586

#42defd color RGB value is (66,222,253).

#42defd hex color red value is 66, green value is 222 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #42defd hue: 0.53 , saturation: 0.98 and the lightness value of 42defd is 0.63.

The process color (four color CMYK) of #42defd color hex is 0.74, 0.12, 0.00, 0.01. Web safe color of #42defd is #33ccff. Color #42defd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11011110 11111101
Octal 102 336 375
Decimal 66 222 253
Hex 42 DE FD

RGB Percentages of Color #42defd

%12.20
%41.04
%46.77

CMYK Percentages of Color #42defd

%74
%12
%0
%1

Triadic Colors of #42defd

#42defd #fd42de #defd42

Analogous Colors of #42defd

#42defd #4281fd #42fdbf

Monochromatic Colors of #42defd

#42defd

Complementary Color

#42defd #fd6142

#42defd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42defd Color Preview on White Background

Lorem ipsum dolor sit amet.

#42defd Color CSS Codes

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

#42defd Text Font Color

<p style="color:#42defd">Text here</p>

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


#42defd Background Color

<div style="background-color:#42defd">
Div content here</div>

This div background color is #42defd


#42defd Border Color

<div style="border:3px solid #42defd">
Div here</div>

This div border color is #42defd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,222,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42defd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42defd;
  -webkit-box-shadow: 1px 1px 3px 2px #42defd;
  box-shadow:         1px 1px 3px 2px #42defd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,222,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 #42defd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42defd

Related Colors


Comments

No comments written yet.

Please login to write comment.