Color Hex Logo

#21edeb Color Hex

#21EDEB
(33,237,235)
0 Favorites   0 Comments

Color spaces of #21edeb

RGB 33237235
HSL0.500.850.53
HSV179°86°93°
CMYK 0.860.000.01   0.07
XYZ45.906866.889989.0888
Yxy66.88990.22740.3313
Hunter Lab81.7862-42.9335-7.3335
CIE-Lab85.4483-44.9791-12.1506

#21edeb color RGB value is (33,237,235).

#21edeb hex color red value is 33, green value is 237 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #21edeb hue: 0.50 , saturation: 0.85 and the lightness value of 21edeb is 0.53.

The process color (four color CMYK) of #21edeb color hex is 0.86, 0.00, 0.01, 0.07. Web safe color of #21edeb is #33ffff. Color #21edeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 11101101 11101011
Octal 41 355 353
Decimal 33 237 235
Hex 21 ED EB

RGB Percentages of Color #21edeb

%6.53
%46.93
%46.53

CMYK Percentages of Color #21edeb

%86
%0
%1
%7

Triadic Colors of #21edeb

#21edeb #eb21ed #edeb21

Analogous Colors of #21edeb

#21edeb #2189ed #21ed85

Monochromatic Colors of #21edeb

#21edeb

Complementary Color

#21edeb #ed2123

#21edeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#21edeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#21edeb Color CSS Codes

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

#21edeb Text Font Color

<p style="color:#21edeb">Text here</p>

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


#21edeb Background Color

<div style="background-color:#21edeb">
Div content here</div>

This div background color is #21edeb


#21edeb Border Color

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

This div border color is #21edeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,237,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #21edeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #21edeb;
  -webkit-box-shadow: 1px 1px 3px 2px #21edeb;
  box-shadow:         1px 1px 3px 2px #21edeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,237,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #21edeb


Comments

No comments written yet.

Please login to write comment.