Color Hex Logo

#67ebdd Color Hex

#67EBDD
(103,235,221)
0 Favorites   0 Comments

Color spaces of #67ebdd

RGB 103235221
HSL0.480.770.66
HSV174°56°92°
CMYK 0.560.000.06   0.08
XYZ48.353067.520778.8909
Yxy67.52070.24830.3467
Hunter Lab82.1710-38.76200.5964
CIE-Lab85.7662-39.5016-4.1738

#67ebdd color RGB value is (103,235,221).

#67ebdd hex color red value is 103, green value is 235 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #67ebdd hue: 0.48 , saturation: 0.77 and the lightness value of 67ebdd is 0.66.

The process color (four color CMYK) of #67ebdd color hex is 0.56, 0.00, 0.06, 0.08. Web safe color of #67ebdd is #66ffcc. Color #67ebdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 11101011 11011101
Octal 147 353 335
Decimal 103 235 221
Hex 67 EB DD

RGB Percentages of Color #67ebdd

%18.43
%42.04
%39.53

CMYK Percentages of Color #67ebdd

%56
%0
%6
%8

Triadic Colors of #67ebdd

#67ebdd #dd67eb #ebdd67

Analogous Colors of #67ebdd

#67ebdd #67b7eb #67eb9b

Monochromatic Colors of #67ebdd

#67ebdd

Complementary Color

#67ebdd #eb6775

#67ebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67ebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#67ebdd Color CSS Codes

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

#67ebdd Text Font Color

<p style="color:#67ebdd">Text here</p>

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


#67ebdd Background Color

<div style="background-color:#67ebdd">
Div content here</div>

This div background color is #67ebdd


#67ebdd Border Color

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

This div border color is #67ebdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,235,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67ebdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67ebdd;
  -webkit-box-shadow: 1px 1px 3px 2px #67ebdd;
  box-shadow:         1px 1px 3px 2px #67ebdd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67ebdd


Comments

No comments written yet.

Please login to write comment.