Color Hex Logo

#2dcaef Color Hex

#2DCAEF
(45,202,239)
0 Favorites   0 Comments

Color spaces of #2dcaef

RGB 45202239
HSL0.530.860.56
HSV191°81°94°
CMYK 0.810.150.00   0.06
XYZ37.782749.030989.1339
Yxy49.03090.21470.2787
Hunter Lab70.0221-26.2231-26.4572
CIE-Lab75.4705-26.6306-29.3852

#2dcaef color RGB value is (45,202,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101101 11001010 11101111
Octal 55 312 357
Decimal 45 202 239
Hex 2D CA EF

RGB Percentages of Color #2dcaef

%9.26
%41.56
%49.18

CMYK Percentages of Color #2dcaef

%81
%15
%0
%6

Triadic Colors of #2dcaef

#2dcaef #ef2dca #caef2d

Analogous Colors of #2dcaef

#2dcaef #2d69ef #2defb3

Monochromatic Colors of #2dcaef

#2dcaef

Complementary Color

#2dcaef #ef522d

#2dcaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dcaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dcaef Color CSS Codes

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

#2dcaef Text Font Color

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

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


#2dcaef Background Color

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

This div background color is #2dcaef


#2dcaef Border Color

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

This div border color is #2dcaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dcaef


Comments

No comments written yet.

Please login to write comment.