Color Hex Logo

#3dcaef Color Hex

#3DCAEF
(61,202,239)
0 Favorites   0 Comments

Color spaces of #3dcaef

RGB 61202239
HSL0.530.850.59
HSV192°74°94°
CMYK 0.740.150.00   0.06
XYZ38.625049.465289.1733
Yxy49.46520.21790.2790
Hunter Lab70.3315-25.0506-25.9417
CIE-Lab75.7398-25.0794-28.9485

#3dcaef color RGB value is (61,202,239).

#3dcaef hex color red value is 61, green value is 202 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #3dcaef hue: 0.53 , saturation: 0.85 and the lightness value of 3dcaef is 0.59.

The process color (four color CMYK) of #3dcaef color hex is 0.74, 0.15, 0.00, 0.06. Web safe color of #3dcaef is #33ccff. Color #3dcaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 11001010 11101111
Octal 75 312 357
Decimal 61 202 239
Hex 3D CA EF

RGB Percentages of Color #3dcaef

%12.15
%40.24
%47.61

CMYK Percentages of Color #3dcaef

%74
%15
%0
%6

Triadic Colors of #3dcaef

#3dcaef #ef3dca #caef3d

Analogous Colors of #3dcaef

#3dcaef #3d71ef #3defbb

Monochromatic Colors of #3dcaef

#3dcaef

Complementary Color

#3dcaef #ef623d

#3dcaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3dcaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3dcaef Color CSS Codes

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

#3dcaef Text Font Color

<p style="color:#3dcaef">Text here</p>

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


#3dcaef Background Color

<div style="background-color:#3dcaef">
Div content here</div>

This div background color is #3dcaef


#3dcaef Border Color

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

This div border color is #3dcaef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(61,202,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3dcaef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3dcaef;
  -webkit-box-shadow: 1px 1px 3px 2px #3dcaef;
  box-shadow:         1px 1px 3px 2px #3dcaef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(61,202,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 #3dcaef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3dcaef


Comments

No comments written yet.

Please login to write comment.