Color Hex Logo

#ceaf38 Color Hex

#CEAF38
(206,175,56)
0 Favorites   0 Comments

Color spaces of #ceaf38

RGB 20617556
HSL0.130.600.51
HSV48°73°81°
CMYK 0.000.150.73   0.19
XYZ41.497444.067310.0601
Yxy44.06730.43400.4608
Hunter Lab66.3832-4.586937.4831
CIE-Lab72.2735-1.176261.7799

#ceaf38 color RGB value is (206,175,56).

#ceaf38 hex color red value is 206, green value is 175 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #ceaf38 hue: 0.13 , saturation: 0.60 and the lightness value of ceaf38 is 0.51.

The process color (four color CMYK) of #ceaf38 color hex is 0.00, 0.15, 0.73, 0.19. Web safe color of #ceaf38 is #cc9933. Color #ceaf38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101111 00111000
Octal 316 257 70
Decimal 206 175 56
Hex CE AF 38

RGB Percentages of Color #ceaf38

%47.14
%40.05
%12.81

CMYK Percentages of Color #ceaf38

%0
%15
%73
%19

Triadic Colors of #ceaf38

#ceaf38 #38ceaf #af38ce

Analogous Colors of #ceaf38

#ceaf38 #a2ce38 #ce6438

Monochromatic Colors of #ceaf38

#ceaf38

Complementary Color

#ceaf38 #3857ce

#ceaf38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaf38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaf38 Color CSS Codes

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

#ceaf38 Text Font Color

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

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


#ceaf38 Background Color

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

This div background color is #ceaf38


#ceaf38 Border Color

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

This div border color is #ceaf38


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,175,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ceaf38; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ceaf38;
  -webkit-box-shadow: 1px 1px 3px 2px #ceaf38;
  box-shadow:         1px 1px 3px 2px #ceaf38; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaf38

#ceaf38 Color Palettes


Comments

No comments written yet.

Please login to write comment.