Color Hex Logo

#67cbda Color Hex

#67CBDA
(103,203,218)
0 Favorites   0 Comments

Color spaces of #67cbda

RGB 103203218
HSL0.520.610.63
HSV188°53°85°
CMYK 0.530.070.00   0.15
XYZ39.604350.657474.0202
Yxy50.65740.24110.3084
Hunter Lab71.1740-25.2294-11.8391
CIE-Lab76.4710-25.1272-16.4244

#67cbda color RGB value is (103,203,218).

#67cbda hex color red value is 103, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #67cbda hue: 0.52 , saturation: 0.61 and the lightness value of 67cbda is 0.63.

The process color (four color CMYK) of #67cbda color hex is 0.53, 0.07, 0.00, 0.15. Web safe color of #67cbda is #66cccc. Color #67cbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 11001011 11011010
Octal 147 313 332
Decimal 103 203 218
Hex 67 CB DA

RGB Percentages of Color #67cbda

%19.66
%38.74
%41.60

CMYK Percentages of Color #67cbda

%53
%7
%0
%15

Triadic Colors of #67cbda

#67cbda #da67cb #cbda67

Analogous Colors of #67cbda

#67cbda #6792da #67dab0

Monochromatic Colors of #67cbda

#67cbda

Complementary Color

#67cbda #da7667

#67cbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67cbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#67cbda Color CSS Codes

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

#67cbda Text Font Color

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

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


#67cbda Background Color

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

This div background color is #67cbda


#67cbda Border Color

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

This div border color is #67cbda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,203,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67cbda


Comments

No comments written yet.

Please login to write comment.