Color Hex Logo

#23cedd Color Hex

#23CEDD
(35,206,221)
0 Favorites   0 Comments

Color spaces of #23cedd

RGB 35206221
HSL0.510.730.50
HSV185°84°87°
CMYK 0.840.070.00   0.13
XYZ35.815649.720476.1159
Yxy49.72040.22160.3076
Hunter Lab70.5127-32.7315-14.6425
CIE-Lab75.8973-34.9644-19.0577

#23cedd color RGB value is (35,206,221).

#23cedd hex color red value is 35, green value is 206 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #23cedd hue: 0.51 , saturation: 0.73 and the lightness value of 23cedd is 0.50.

The process color (four color CMYK) of #23cedd color hex is 0.84, 0.07, 0.00, 0.13. Web safe color of #23cedd is #33cccc. Color #23cedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 11001110 11011101
Octal 43 316 335
Decimal 35 206 221
Hex 23 CE DD

RGB Percentages of Color #23cedd

%7.58
%44.59
%47.84

CMYK Percentages of Color #23cedd

%84
%7
%0
%13

Triadic Colors of #23cedd

#23cedd #dd23ce #cedd23

Analogous Colors of #23cedd

#23cedd #2371dd #23dd8f

Monochromatic Colors of #23cedd

#23cedd

Complementary Color

#23cedd #dd3223

#23cedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23cedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#23cedd Color CSS Codes

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

#23cedd Text Font Color

<p style="color:#23cedd">Text here</p>

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


#23cedd Background Color

<div style="background-color:#23cedd">
Div content here</div>

This div background color is #23cedd


#23cedd Border Color

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

This div border color is #23cedd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,206,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #23cedd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #23cedd;
  -webkit-box-shadow: 1px 1px 3px 2px #23cedd;
  box-shadow:         1px 1px 3px 2px #23cedd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,206,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23cedd


Comments

No comments written yet.

Please login to write comment.