Color Hex Logo

#42bbce Color Hex

#42BBCE
(66,187,206)
0 Favorites   0 Comments

Color spaces of #42bbce

RGB 66187206
HSL0.520.590.53
HSV188°68°81°
CMYK 0.680.090.00   0.19
XYZ31.157741.155164.6941
Yxy41.15510.22740.3004
Hunter Lab64.1522-25.5719-14.8842
CIE-Lab70.2845-27.1593-19.3713

#42bbce color RGB value is (66,187,206).

#42bbce hex color red value is 66, green value is 187 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #42bbce hue: 0.52 , saturation: 0.59 and the lightness value of 42bbce is 0.53.

The process color (four color CMYK) of #42bbce color hex is 0.68, 0.09, 0.00, 0.19. Web safe color of #42bbce is #33cccc. Color #42bbce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10111011 11001110
Octal 102 273 316
Decimal 66 187 206
Hex 42 BB CE

RGB Percentages of Color #42bbce

%14.38
%40.74
%44.88

CMYK Percentages of Color #42bbce

%68
%9
%0
%19

Triadic Colors of #42bbce

#42bbce #ce42bb #bbce42

Analogous Colors of #42bbce

#42bbce #4275ce #42ce9b

Monochromatic Colors of #42bbce

#42bbce

Complementary Color

#42bbce #ce5542

#42bbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42bbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#42bbce Color CSS Codes

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

#42bbce Text Font Color

<p style="color:#42bbce">Text here</p>

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


#42bbce Background Color

<div style="background-color:#42bbce">
Div content here</div>

This div background color is #42bbce


#42bbce Border Color

<div style="border:3px solid #42bbce">
Div here</div>

This div border color is #42bbce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,187,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42bbce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42bbce;
  -webkit-box-shadow: 1px 1px 3px 2px #42bbce;
  box-shadow:         1px 1px 3px 2px #42bbce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42bbce


Comments

No comments written yet.

Please login to write comment.