Color Hex Logo

#35cfef Color Hex

#35CFEF
(53,207,239)
0 Favorites   0 Comments

Color spaces of #35cfef

RGB 53207239
HSL0.530.850.57
HSV190°78°94°
CMYK 0.780.130.00   0.06
XYZ39.361051.614589.5494
Yxy51.61450.21800.2859
Hunter Lab71.8432-27.9302-23.6121
CIE-Lab77.0498-28.3881-26.9527

#35cfef color RGB value is (53,207,239).

#35cfef hex color red value is 53, green value is 207 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #35cfef hue: 0.53 , saturation: 0.85 and the lightness value of 35cfef is 0.57.

The process color (four color CMYK) of #35cfef color hex is 0.78, 0.13, 0.00, 0.06. Web safe color of #35cfef is #33ccff. Color #35cfef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 11001111 11101111
Octal 65 317 357
Decimal 53 207 239
Hex 35 CF EF

RGB Percentages of Color #35cfef

%10.62
%41.48
%47.90

CMYK Percentages of Color #35cfef

%78
%13
%0
%6

Triadic Colors of #35cfef

#35cfef #ef35cf #cfef35

Analogous Colors of #35cfef

#35cfef #3572ef #35efb2

Monochromatic Colors of #35cfef

#35cfef

Complementary Color

#35cfef #ef5535

#35cfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35cfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#35cfef Color CSS Codes

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

#35cfef Text Font Color

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

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


#35cfef Background Color

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

This div background color is #35cfef


#35cfef Border Color

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

This div border color is #35cfef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,207,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 #35cfef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35cfef


Comments

No comments written yet.

Please login to write comment.