Color Hex Logo

#35cadf Color Hex

#35CADF
(53,202,223)
0 Favorites   0 Comments

Color spaces of #35cadf

RGB 53202223
HSL0.520.730.54
HSV187°76°87°
CMYK 0.760.090.00   0.13
XYZ35.908048.325777.2473
Yxy48.32570.22240.2993
Hunter Lab69.5167-29.4522-17.2217
CIE-Lab75.0299-30.9152-21.4284

#35cadf color RGB value is (53,202,223).

#35cadf hex color red value is 53, green value is 202 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #35cadf hue: 0.52 , saturation: 0.73 and the lightness value of 35cadf is 0.54.

The process color (four color CMYK) of #35cadf color hex is 0.76, 0.09, 0.00, 0.13. Web safe color of #35cadf is #33cccc. Color #35cadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001010 11011111
Octal 65 312 337
Decimal 53 202 223
Hex 35 CA DF

RGB Percentages of Color #35cadf

%11.09
%42.26
%46.65

CMYK Percentages of Color #35cadf

%76
%9
%0
%13

Triadic Colors of #35cadf

#35cadf #df35ca #cadf35

Analogous Colors of #35cadf

#35cadf #3575df #35df9f

Monochromatic Colors of #35cadf

#35cadf

Complementary Color

#35cadf #df4a35

#35cadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35cadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#35cadf Color CSS Codes

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

#35cadf Text Font Color

<p style="color:#35cadf">Text here</p>

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


#35cadf Background Color

<div style="background-color:#35cadf">
Div content here</div>

This div background color is #35cadf


#35cadf Border Color

<div style="border:3px solid #35cadf">
Div here</div>

This div border color is #35cadf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,202,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35cadf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35cadf;
  -webkit-box-shadow: 1px 1px 3px 2px #35cadf;
  box-shadow:         1px 1px 3px 2px #35cadf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35cadf


Comments

No comments written yet.

Please login to write comment.