Color Hex Logo

#cbe307 Color Hex

#CBE307
(203,227,7)
0 Favorites   0 Comments

Color spaces of #cbe307

RGB 2032277
HSL0.180.940.46
HSV67°97°89°
CMYK 0.110.000.97   0.11
XYZ52.136067.650010.5109
Yxy67.65000.40010.5192
Hunter Lab82.2496-30.790149.9979
CIE-Lab85.8311-29.632383.8243

#cbe307 color RGB value is (203,227,7).

#cbe307 hex color red value is 203, green value is 227 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #cbe307 hue: 0.18 , saturation: 0.94 and the lightness value of cbe307 is 0.46.

The process color (four color CMYK) of #cbe307 color hex is 0.11, 0.00, 0.97, 0.11. Web safe color of #cbe307 is #cccc00. Color #cbe307 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100011 00000111
Octal 313 343 7
Decimal 203 227 7
Hex CB E3 7

RGB Percentages of Color #cbe307

%46.45
%51.95
%1.60

CMYK Percentages of Color #cbe307

%11
%0
%97
%11

Triadic Colors of #cbe307

#cbe307 #07cbe3 #e307cb

Analogous Colors of #cbe307

#cbe307 #5de307 #e38d07

Monochromatic Colors of #cbe307

#cbe307

Complementary Color

#cbe307 #1f07e3

#cbe307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe307 Color CSS Codes

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

#cbe307 Text Font Color

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

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


#cbe307 Background Color

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

This div background color is #cbe307


#cbe307 Border Color

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

This div border color is #cbe307


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,227,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbe307; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbe307;
  -webkit-box-shadow: 1px 1px 3px 2px #cbe307;
  box-shadow:         1px 1px 3px 2px #cbe307; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe307


Comments

No comments written yet.

Please login to write comment.