Color Hex Logo

#007ba7 Color Hex Cerulean

#007BA7
(0,123,167)
16 Favorites   0 Comments

Color spaces of #007ba7 Cerulean

RGB 0123167
HSL0.541.000.33
HSV196°100°65°
CMYK 1.000.260.00   0.35
XYZ14.058016.955939.0911
Yxy16.95590.20050.2419
Hunter Lab41.1775-11.1209-27.4615
CIE-Lab48.2044-12.3207-31.4491

#007ba7 color RGB value is (0,123,167). #007ba7 color name is Cerulean color.

#007ba7 hex color red value is 0, green value is 123 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #007ba7 hue: 0.54 , saturation: 1.00 and the lightness value of 007ba7 is 0.33.

The process color (four color CMYK) of #007ba7 color hex is 1.00, 0.26, 0.00, 0.35. Web safe color of #007ba7 is #006699. Color #007ba7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111011 10100111
Octal 0 173 247
Decimal 0 123 167
Hex 0 7B A7

RGB Percentages of Color #007ba7

%0.00
%42.41
%57.59

CMYK Percentages of Color #007ba7

%100
%26
%0
%35

Triadic Colors of #007ba7

#007ba7 #a7007b #7ba700

Analogous Colors of #007ba7

#007ba7 #0027a7 #00a780

Monochromatic Colors of #007ba7

#007ba7

Complementary Color

#007ba7 #a72c00

#007ba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007ba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#007ba7 Color CSS Codes

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

#007ba7 Text Font Color

<p style="color:#007ba7">Text here</p>

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


#007ba7 Background Color

<div style="background-color:#007ba7">
Div content here</div>

This div background color is #007ba7


#007ba7 Border Color

<div style="border:3px solid #007ba7">
Div here</div>

This div border color is #007ba7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,123,167, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #007ba7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #007ba7;
  -webkit-box-shadow: 1px 1px 3px 2px #007ba7;
  box-shadow:         1px 1px 3px 2px #007ba7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,123,167, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007ba7


Comments

No comments written yet.

Please login to write comment.